Difference between revisions of "Compilers"
m (Add some weight) |
(remove noise) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | There are currently 3 | + | There are currently 3 major D compilers: |
<table style="width:100%;" cellspacing="10"> | <table style="width:100%;" cellspacing="10"> | ||
<tr> | <tr> |
Revision as of 21:47, 23 November 2012
There are currently 3 major D compilers:
DMD »Digital Mars D compiler |
GDC »GCC D compiler |
LDC »LLVM D compiler |
Which compiler should I use?
If you're a beginner DMD is the recommended choice, as it is the implementation closest to the D Language Specification. Otherwise it depends on what you need, what platforms you intend to develop for, and your personal preferences. GDC and LDC both generate substantially faster binaries than DMD.
Comparison
DMD | GDC | LDC | |
---|---|---|---|
Installation | Automatic | ? | ? |
Platforms | Linux / Mac / FreeBSD / Win | Linux / Mac / FreeBSD / Win | Linux / Mac / FreeBSD / Win |
Architectures | i386, amd64 | i386, amd64 | i386, amd64 |
License | ? | ? | ? |
Features | ? | ? | ? |