PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
April 11, 2006

Digital Mars D 0.153 Released

Posted: 2006-04-11 10:55:00
Languages ::

Digital Mars D 0.153 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: a -nofloat compiler switch, the use of --gc-sections when linking on Linux, the placing of nested functions in their own code segments, changed parameter types for std.date.MakeDate and std.date.MakeTime to avoid overflow, plus other changes and fixes.