DMD 1.024 and DMD 2.008
November 28th, 2007 | by Aldacron |Walter has released new versions of both branches of D. The stable 1.024 compiler has gotten a handful of bug fixes and an overhaul of coverage analysis. The developmental 2.008 compiler gets the same and, additionally, sports a host of changes and new features in Phobos. Most notably, though, 2.008 incoporates the reworked const/invariant system Walter has mentioned in the NG.
Remember, if you are new to D or using it for production code you will most likely want the 1.024 version. The 2.x series is pre-alpha yet and is in a constant state of evolution.
Technorati Tags: D Programming Language, DMD, Digital Mars, Walter Bright
By ikk on Dec 29, 2007
“”"Remember, if you are new to D or using it for production code you will most likely want the 1.024 version. The 2.x series is pre-alpha yet and is in a constant state of evolution.”"”
Thank you for the info. I used to follow D’s development until 1.0, but after a year doing other things i came back and was confused whether i should try D 1.0 or D 2.0!