On Sunday, 23 August 2015 at 08:01:27 UTC, Walter Bright wrote:
On 8/22/2015 5:03 PM, Vladimir Panteleev wrote:
On Tuesday, 18 August 2015 at 17:10:36 UTC, Vladimir Panteleev
wrote:
On Tuesday, 18 August 2015 at 12:37:37 UTC, Vladimir
Panteleev wrote:
I suggest that we revamp the compiler download page again.
The lead should be
a "select your compiler" which lists the advantages and
disadvantages of each
of DMD, LDC and GDC.
https://github.com/D-Programming-Language/dlang.org/pull/1067
Now live on http://dlang.org/download.html
Better artwork welcome :)
Aren't i386 and x32 the same platforms?
No, x32 is basically amd64 with 32 bits pointers. You can use all
other functions of amd64, like the extended number of registers.