Linked by Thom Holwerda on Thu 8th Nov 2012 20:54 UTC, submitted by Elv13
Thread beginning with comment 541506
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[2]: Qt is one of my examples of a proper class in C++
by moondevil on Fri 9th Nov 2012 06:08
in reply to "RE: Qt is one of my examples of a proper class in C++"
RE[3]: Qt is one of my examples of a proper class in C++
by ssokolow on Fri 9th Nov 2012 14:09
in reply to "RE[2]: Qt is one of my examples of a proper class in C++"
"Considering that most desktop applications seem to be being made in python these days...
Now I understand why so many applications in GNU/Linux have become dog slow. "
A bit slower to start, maybe, but, as a PyGTK user, I can honestly say that the problem isn't the language. PyGTK does a pretty good job of implementing anything not I/O-bound in C.
The problem is that PyGTK makes GTK+ accessible to know-nothing novices who used to give up because writing a stable application using the GTK+ C API was too much work.
They'd write applications just as badly if they used Vala, which compiles to pure GObject-flavored C.
Edited 2012-11-09 14:10 UTC




Member since:
2008-11-25
Considering that most desktop applications seem to be being made in python these days, is c++ really too bloated? The overhead compared to c is far less than most things, and when no stable and well supported c-based alternative exists...