Linked by Thom Holwerda on Wed 14th Jan 2009 09:54 UTC, submitted by Almar
Permalink for comment 343749
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2006-01-06
Except that it becomes a pain if you want to use a _different_ framework. I don't think the GUI library should dictate what Database API you use for instance.
As for bindings, GTK+ has a C API. It is *far* easier to wrap C to other languages than C++ (and when you wrap C++, you usually have to wrap it in C first). This means less developer time/effort is spent on the "plumbing" of bindings with GTK+, leaving more time for the useful stuff.
Edited 2009-01-15 20:46 UTC