PLNews: Programming Language News

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

Digital Mars D 2.016 Released

Posted: 2008-07-10 06:16:49
Languages ::

Digital Mars D 2.016 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 reimplementation of internal.monitor in D, the addition of .__vptr and .__monitor properties for class objects, the addition of the std.array module, the replacement of some consts with enums in std.math, other standard library improvements, bug fixes, and other changes.