PLNews: Programming Language News

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

Digital Mars D 1.010 Released

Posted: 2007-03-27 08:25:00
Languages ::

Digital Mars D 1.010 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: support for template partial specialization derived from multiple parameters, the addition of the Object.factory(char[] classname) method for creating class objects based on a string, performance improvements when resizing and appending arrays, plus other changes and bug fixes.