Linked by Thom Holwerda on Sat 26th Nov 2005 17:02 UTC, submitted by Megatux
Thread beginning with comment 65337
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.
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:
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.