digitalmars.D - Definition of D
- Russel Winder via Digitalmars-d (12/12) May 02 2017 Is D defined by DMD it's reference implementation, or is there a formal
- Basile B. (10/11) May 02 2017 I'd say that this is the case, with
- Jacob Carlborg (5/7) May 02 2017 I would say that it's a mix of "The D programming Language", the
Is D defined by DMD it's reference implementation, or is there a formal definition somewhere that is met by the reference implementation? --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
May 02 2017
On Tuesday, 2 May 2017 at 11:01:04 UTC, Russel Winder wrote:Is D defined by DMD it's reference implementation,I'd say that this is the case, with - The D programming Language: http://erdani.com/index.php/books/tdpl/ "The D Programming Language, dubbed TDPL by its readers, is the ultimate authoritative reference on D". - The specifications (language reference), so this site. For example anyone who wants to write a D compiler should use it for the semantic. But no "ISO D" afaik
May 02 2017
On 2017-05-02 13:01, Russel Winder via Digitalmars-d wrote:Is D defined by DMD it's reference implementation, or is there a formal definition somewhere that is met by the reference implementation?I would say that it's a mix of "The D programming Language", the specification on dlang.org and DMD. -- /Jacob Carlborg
May 02 2017