Difference between revisions of "Compilers"
m |
Klickverbot (talk | contribs) (→DMD ») |
||
Line 6: | Line 6: | ||
<td style="width:33%; vertical-align: top; padding: 10px 10px; background: #f9f9f9;"> | <td style="width:33%; vertical-align: top; padding: 10px 10px; background: #f9f9f9;"> | ||
= [[DMD|DMD »]] = | = [[DMD|DMD »]] = | ||
− | '''Digital Mars D compiler''' <br/>The | + | '''Digital Mars D compiler''' <br/>The reference implementation of D. |
* [https://github.com/D-Programming-Language/dmd DMD on GitHub] | * [https://github.com/D-Programming-Language/dmd DMD on GitHub] | ||
<div style="text-align: right;">[[DMD|DMD Portal »]]</div> | <div style="text-align: right;">[[DMD|DMD Portal »]]</div> |
Revision as of 15:07, 23 November 2012
There are currently 3 actively developed major D compilers:
DMD »Digital Mars D compiler |
GDC »GCC D compiler |
LDC »LLVM D compiler |
Comparison
DMD | GDC | LDC | |
---|---|---|---|
Platforms | Linux / Mac / FreeBSD / Win | Linux / Mac / FreeBSD / Win | Linux / Mac / FreeBSD / Win |
Architectures | i386, amd64 | i386, amd64 | i386, amd64 |
License | ? | ? | ? |
Features | ? | ? | ? |