3 May
2008
3 May
'08
7:09 p.m.
What itŽs the best method to new GTK software??
In most cases, avoid C and C++ as much as is practical. Use a higher-level language with GTK bindings and use the object model of the language you choose rather than GObject. You may still need to dip into C occasionally for special functionality, but minimize your use of C or C++. Neither are good languages for application development.
I find this wording confusing. Each programming language has got its strengths and weaknesses. I assume that you prefer scripting languages.
There are more design options available. It is not clear what "the best" will mean. What are the main factors for qualification of development results? ;-)
Regards, Markus