PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
March 10, 2008

Digital Mars D 2.012 Released

Posted: 2008-03-10 06:30:19
Languages ::

Digital Mars D 2.012 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 removal of std.math2, a compile time error for comparing class types against null, support for struct destructors and postblits, the addition of predefined version(unittest), standard library improvements, bug fixes, and other changes.