Difference between revisions of "Compilers"
m (→DMD ») |
m |
||
Line 5: | Line 5: | ||
<tr> | <tr> | ||
<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 »]] = |
'''Digital Mars D compiler''' <br/>The formal implementation of D. | '''Digital Mars D compiler''' <br/>The formal 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;">[[ | + | <div style="text-align: right;">[[DMD|DMD Portal »]]</div> |
</td> | </td> | ||
<td style="width:33%; vertical-align: top; padding: 10px 10px; background: #f9f9f9;"> | <td style="width:33%; vertical-align: top; padding: 10px 10px; background: #f9f9f9;"> | ||
− | = [[ | + | = [[GDC|GDC »]] = |
'''GCC D compiler'''<br/> | '''GCC D compiler'''<br/> | ||
Fast and open source. | Fast and open source. | ||
* [https://github.com/D-Programming-GDC/GDC GDC on GitHub] | * [https://github.com/D-Programming-GDC/GDC GDC on GitHub] | ||
− | <div style="text-align: right;">[[ | + | <div style="text-align: right;">[[GDC|GDC Portal »]]</div> |
</td> | </td> | ||
<td style="width:33%; vertical-align: top; padding: 10px 10px; background: #f9f9f9;"> | <td style="width:33%; vertical-align: top; padding: 10px 10px; background: #f9f9f9;"> | ||
− | = [[ | + | = [[LDC|LDC »]] = |
'''LLVM D compiler'''<br/> | '''LLVM D compiler'''<br/> | ||
Fast and open source. | Fast and open source. | ||
* [https://github.com/ldc-developers/ldc LDC on GitHub] | * [https://github.com/ldc-developers/ldc LDC on GitHub] | ||
− | <div style="text-align: right;">[[ | + | <div style="text-align: right;">[[LDC|LDC Portal »]]</div> |
</td> | </td> | ||
Revision as of 01:06, 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 | ? | ? | ? |