Linked by Thom Holwerda on Fri 26th Feb 2010 12:22 UTC, submitted by kragil
Thread beginning with comment 411403
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: Gnome 3 is divisive and will drive users to KDE
by abraxas on Mon 1st Mar 2010 00:43
in reply to "RE[4]: Gnome 3 is divisive and will drive users to KDE"
Qt have as much binding as Gnome, including C#, Php, Perl, Java (dieing, but still working), Python, ruby, JavaScript/HTML, OBJ C (not sure how compatible, I did not tested). It will also work with C and lua-c. You can write in pretty much everything GTK support.
The C++ object system is not very compatible with other languages. That is one of the main reasons that GNOME is a C based project. Sure you can get other languages to work with QT but it is much messier. Some people just prefer GTK+ because it is a much cleaner interface for non C++ code.
RE[6]: Gnome 3 is divisive and will drive users to KDE
by Elv13 on Mon 1st Mar 2010 01:38
in reply to "RE[5]: Gnome 3 is divisive and will drive users to KDE"





Member since:
2006-06-12
I actually edited that part into incoherence. What I meant to say is that if your program is written in another language it is easier to use a C based toolkit, especially when QT is so much more than just a toolkit and GTK works well with other GNOME and non-GNOME C libraries that are easier to interface with other languages than C++.
Qt have as much binding as Gnome, including C#, Php, Perl, Java (dieing, but still working), Python, ruby, JavaScript/HTML, OBJ C (not sure how compatible, I did not tested). It will also work with C and lua-c. You can write in pretty much everything GTK support.