Thread overview
Release D 2.080.0
May 02, 2018
Martin Nowak
May 02, 2018
Joakim
May 02, 2018
Manu
May 02, 2018
Martin Nowak
May 02, 2018
Glad to announce D 2.080.0.

This release comes with CTFE support for log, exp and a couple of more math functions. There is also a new isReturnOnStack trait, an apply function for Nullable, and static method support for Objective-C classes.

http://dlang.org/download.html http://dlang.org/changelog/2.080.0.html

-Martin



May 02, 2018
On Wednesday, 2 May 2018 at 00:00:46 UTC, Martin Nowak wrote:
> Glad to announce D 2.080.0.
>
> This release comes with CTFE support for log, exp and a couple of more math functions. There is also a new isReturnOnStack trait, an apply function for Nullable, and static method support for Objective-C classes.
>
> http://dlang.org/download.html http://dlang.org/changelog/2.080.0.html
>
> -Martin

Nice work, getting this out on time before DConf. :)
May 02, 2018
On 1 May 2018 at 17:00, Martin Nowak via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com> wrote:
> Glad to announce D 2.080.0.
>
> This release comes with CTFE support for log, exp and a couple of more math functions. There is also a new isReturnOnStack trait, an apply function for Nullable, and static method support for Objective-C classes.
>
> http://dlang.org/download.html http://dlang.org/changelog/2.080.0.html
>
> -Martin

OMG, CTFE ^^!
Best release ever!
May 02, 2018
On Wednesday, 2 May 2018 at 07:10:49 UTC, Manu wrote:
> OMG, CTFE ^^!
> Best release ever!

Yes, I am also really glad we can finally prefill tables with log and exp computations.