www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release D 2.080.0

reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
 protected-headers="v1"
From: Martin Nowak <code+news.digitalmars dawg.eu>
Newsgroups: d,i,g,i,t,a,l,m,a,r,s,.,D,.,a,n,n,o,u,n,c,e
Subject: Release D 2.080.0

--dSnKVjWC82rq991fSzMccRFAXXtf1vjze
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: quoted-printable

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


--dSnKVjWC82rq991fSzMccRFAXXtf1vjze--
May 01 2018
next sibling parent Joakim <dlang joakim.fea.st> writes:
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 01 2018
prev sibling parent reply Manu <turkeyman gmail.com> writes:
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
parent Martin Nowak <code dawg.eu> writes:
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.
May 02 2018