To read all comments associated with this story, please click here.
The problem with using C++ has always been inconsistent compiler approaches to mangling overloaded method names, meaning that you can only link libraries that have been produced by the same compiler. That I suppose is less of a problem in KDE because everybody will be using the same compiler, presumably it's gcc. For the same reason it should be a non-issue in gnome too then.
D looks like a nice language, though I suspect its current implementation is not free enough.
D looks like a nice language, though I suspect its current implementation is not free enough.
I think the only way it would be considered "not free enough" is that most of the language considerations are done by one person. While he does take suggestions, in the end he has final say on what does or does not make it into the language.
Other than that, the "official" compiler has an open source front end and run-time library. It's only the back end that is closed. There is also a front end for gcc for people who wish a completely free implementation.
http://home.earthlink.net/~dvdfrdmn/d/





Member since:
2005-08-08
What the hell is wrong with c++ anyway? KDE uses c++ and they have as many developers as they need.
If you have properly designed libraries c++ is by far the bast language to use.