DMD 1.005
February 6th, 2007 | by Aldacron |Walter has released DMD 1.005. This release exterminates a colony of bugs, adds some ultra-mega-uber cool new features. If you liked D yesterday, you’re going to love it today.
Technorati Tags: D Programming Language, DMD, Digital Mars, Walter Bright
By Bruno on Feb 6, 2007
It would be much ultra’er if the mixin syntax ( mixin ( AssignExpression ) ) didn’t have to evaluate to a string constant but would just be a statement list. With the current (string) way future IDE’s probably won’t show errors in the AssignExpression and won’t be highlighted according to D syntax.
By Stefan on Feb 7, 2007
I have to confess that I currently do not see what kind of problems these new ´kühl´ features help to solve or simplify their solution. Maybe someone can give me a few hints.