ldc 0.9.1 released

Walter Bright newshound1 at digitalmars.com
Thu May 28 11:28:40 PDT 2009


Kagamin wrote:
> I found recently that properly designed C++ code can live happily
> without all that esoteric macro/template crap and can be pretty
> readable and understandable even using nasty antipatterns. This being
> achieved simply by using C++ subset that is supported on various
> platforms. Code that does the job instead of casting black magic.

The D compiler source doesn't use any templates, rtti, or clever macro 
hacks. Whether it's well designed or not, I'll let others decide. It is 
written in a "D-ish" style.


More information about the Digitalmars-d-announce mailing list