dmd 1.074 and 2.059 release

Ali Çehreli acehreli at yahoo.com
Thu Apr 12 23:35:40 PDT 2012


On 04/12/2012 10:53 PM, Walter Bright wrote:
> Another big pile of bug fixes. More contributors than ever!
>
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.074.zip
>
> http://www.digitalmars.com/d/2.0/changelog.html
> https://github.com/downloads/D-Programming-Language/dmd/dmd.2.059.zip
>
> Note that the changelogs on dlang.org haven't been updated yet. Hope to
> get that done soon.

And UFCS really works! :)

     FibonacciSerisi().take(5).cycle().take(20).writeln();

I have to update some chapters... ;)

Ali


More information about the Digitalmars-d-announce mailing list