PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
October 03, 2006

Digital Mars D 0.168 Released

Posted: 2006-10-03 07:28:00
Languages ::

Digital Mars D 0.168 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 addition of a .ptr property for delegates, the addition of an .outer property for nested class instances, support for initializing stack variables with array literals, plus other changes and bugfixes.