PLNews: Programming Language News

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

Digital Mars D 0.154 Released

Posted: 2006-04-12 23:09:00
Languages ::

Digital Mars D 0.154 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 deprecation of the numeric suffix 'l' in favour of 'L', the deprecation of the floating point suffix 'I' in favour of 'i', and the removal of --gc_sections when linking on Linux.