PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
June 27, 2007

Digital Mars D 2.001 Released

Posted: 2007-06-27 21:43:00
Languages ::

Digital Mars D 2.001 has been released. D is a general-purpose language designed as a successor to C++, offering features such as design by contract, garbage collection, first class arrays, closures, templates, and more.

This release includes: the addition of the D_Version2 predefined identifier, the addition of __VENDOR__ and __VERSION__ constants, the .init property for a variable being based on its type, bug fixes, and other changes.