PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
November 29, 2007

Digital Mars D 2.008 Released

Posted: 2007-11-29 06:35:03
Languages ::

Digital Mars D 2.008 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 include: standard library enhancements; new std.algorithm, std.typecons, std.functional and std.numeric modules; the addition of const/invariant structs, classes and interfaces; the addition of the typeof(return) type specifier; changes to the way coverage analysis is done; bug fixes; and other changes.