PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
March 19, 2006

Digital Mars D 0.150 Released

Posted: 2006-03-19 19:06:00
Languages ::

Digital Mars D 0.150 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: no longer allows for the implicit conversion of reals and imaginaries to complex, moves string.h functions from std.string to std.c.string, includes support for covariant interface method returns, plus a number of bugfixes.