PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
August 31, 2006

Digital Mars D 0.166 Released

Posted: 2006-08-31 21:48:00
Languages ::

Digital Mars D 0.166 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 implicit conversion to delegates, except in the case of typesafe variadic arguments, in favour of the 'lazy' parameter storage class; an upgrade to zlib 1.2.3; support for member templates; plus bugfixes.