Linked by Thom Holwerda on Tue 2nd Jan 2007 21:39 UTC
General Development "D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python. Special attention is given to the needs of quality assurance, documentation, management, portability and reliability. D is statically typed, and compiles direct to native code. It's multiparadigm: supporting imperative, object oriented, and template metaprogramming styles. It's a member of the C syntax family, and its look and feel is very close to C++'s. See this comparison of D with C, C++, C#, and Java."
Permalink for comment 198134
To read all comments associated with this story, please click here.
RE: Lack of legacy code support
by milkycow on Wed 3rd Jan 2007 02:47 UTC in reply to "Lack of legacy code support"
milkycow
Member since:
2006-04-04

Not sure if this is still the case, but the D compiler isn't even backwards compatible with itself, as in: if I write code for one version of the D compiler, chances of it successfully compiling on a later(or earlier) version are slim.

Reply Parent Bookmark Score: 4