Difference between revisions of "Compilers"
m (→Package and/or binary availability, by platform and compiler: update Arch Linux version) |
(→Package and/or binary availability, by platform and compiler: removed outdated package versions) |
||
Line 208: | Line 208: | ||
==Package and/or binary availability, by platform and compiler== | ==Package and/or binary availability, by platform and compiler== | ||
− | + | <div style="background:#ffd; padding: 0.5ex 0.5ex;"> | |
+ | <span style="font-size: 1.4em; color: #ca4;">⚠</span> This list had outdated information about package version - thus version information has been removed. Please check the most recent available package yourself on the linked pages. | ||
+ | </div> | ||
+ | |||
Some unofficial repositories and downloads are listed here, but of course many more do exist. With a little searching, you may be able to find something more up to date for your chosen OS. | Some unofficial repositories and downloads are listed here, but of course many more do exist. With a little searching, you may be able to find something more up to date for your chosen OS. | ||
Line 225: | Line 228: | ||
| | | | ||
*[http://dlang.org/download.html Manual download] | *[http://dlang.org/download.html Manual download] | ||
− | *[https://chocolatey.org Chocolatey] | + | *[https://chocolatey.org Chocolatey] |
| | | | ||
− | *[http://gdcproject.org/downloads Manual download] | + | *[http://gdcproject.org/downloads Manual download] |
| | | | ||
*[https://github.com/ldc-developers/ldc/releases Manual download] | *[https://github.com/ldc-developers/ldc/releases Manual download] | ||
Line 234: | Line 237: | ||
| | | | ||
*[http://brew.sh Homebrew] | *[http://brew.sh Homebrew] | ||
− | *[https://www.macports.org MacPorts] | + | *[https://www.macports.org MacPorts] |
*[http://dlang.org/download.html Manual download] | *[http://dlang.org/download.html Manual download] | ||
| | | | ||
Line 245: | Line 248: | ||
| | | | ||
| | | | ||
− | *[https://github.com/smolt/ldc-iphone-dev/releases Manual download] | + | *[https://github.com/smolt/ldc-iphone-dev/releases Manual download] |
|--- | |--- | ||
!Android | !Android | ||
| | | | ||
− | *[[Build DMD for Android|Source]] | + | *[[Build DMD for Android|Source]] |
| | | | ||
| | | | ||
− | *[https://github.com/joakim-noah/android/releases Manual download] | + | *[https://github.com/joakim-noah/android/releases Manual download] |
*[[Build LDC for Android|Source]] | *[[Build LDC for Android|Source]] | ||
|--- | |--- | ||
Line 259: | Line 262: | ||
*[http://dlang.org/download.html Manual download] | *[http://dlang.org/download.html Manual download] | ||
| | | | ||
− | *[http://gdcproject.org/downloads Manual download] | + | *[http://gdcproject.org/downloads Manual download] |
| | | | ||
*[https://github.com/ldc-developers/ldc/releases Manual download] | *[https://github.com/ldc-developers/ldc/releases Manual download] | ||
Line 275: | Line 278: | ||
| | | | ||
*[http://dlang.org/download.html Manual download] | *[http://dlang.org/download.html Manual download] | ||
− | *[http://d-apt.sourceforge.net APT repository] | + | *[http://d-apt.sourceforge.net APT repository] |
| | | | ||
− | * | + | * [https://packages.debian.org/jessie/gdc stable] |
− | * | + | * [https://packages.debian.org/stretch/gdc testing] |
− | * | + | * [https://packages.debian.org/sid/gdc unstable] |
| | | | ||
− | * | + | * [https://packages.debian.org/jessie/ldc stable] |
− | * | + | * [https://packages.debian.org/sid/ldc unstable] |
|--- | |--- | ||
!Ubuntu | !Ubuntu | ||
| | | | ||
*[http://dlang.org/download.html Manual download] | *[http://dlang.org/download.html Manual download] | ||
− | *[http://d-apt.sourceforge.net APT repository] | + | *[http://d-apt.sourceforge.net APT repository] |
| | | | ||
− | + | [http://packages.ubuntu.com/search?keywords=ldc gdc] | |
− | |||
− | |||
| | | | ||
− | + | [http://packages.ubuntu.com/search?keywords=ldc ldc] | |
− | |||
|--- | |--- | ||
!Fedora | !Fedora | ||
Line 302: | Line 302: | ||
| | | | ||
See https://apps.fedoraproject.org/packages/ldc | See https://apps.fedoraproject.org/packages/ldc | ||
− | |||
− | |||
− | |||
− | |||
|--- | |--- | ||
!OpenSuse | !OpenSuse | ||
| | | | ||
− | *[https://build.opensuse.org/package/show/devel:languages:D/dmd devel:languages:D] | + | *[https://build.opensuse.org/package/show/devel:languages:D/dmd devel:languages:D] |
| | | | ||
| | | | ||
− | *[https://build.opensuse.org/project/show/devel:languages:D devel:languages:D] | + | *[https://build.opensuse.org/project/show/devel:languages:D devel:languages:D] |
− | *[https://build.opensuse.org/project/show/home:marc_schuetz:branches:devel:languages:D home:marc_schuetz] | + | *[https://build.opensuse.org/project/show/home:marc_schuetz:branches:devel:languages:D home:marc_schuetz] |
|--- | |--- | ||
!CentOS | !CentOS | ||
Line 323: | Line 319: | ||
!Arch Linux | !Arch Linux | ||
| | | | ||
− | *Community | + | *Community |
| | | | ||
− | *Community | + | *Community |
*AUR ([https://aur.archlinux.org/packages/gdc-git/ git HEAD]) | *AUR ([https://aur.archlinux.org/packages/gdc-git/ git HEAD]) | ||
| | | | ||
− | *Community ( | + | *Community |
+ | *AUR ([https://aur.archlinux.org/packages/ldc-git/ git HEAD]) | ||
|--- | |--- | ||
!Gentoo | !Gentoo | ||
Line 336: | Line 333: | ||
| | | | ||
*[http://dlang.org/download.html Manual download] | *[http://dlang.org/download.html Manual download] | ||
− | *Ports | + | *Ports |
| | | | ||
| | | |
Revision as of 22:18, 13 August 2016
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 | |
---|---|---|---|
Platforms |
|
|
|
Architectures |
|
Complete (runtime / standard library) support:
Partial or bare-metal only support (packages for gdc in debian):
|
Complete (runtime / standard library) support:
Near-complete support:
Partial or bare-metal only support:
|
Distribution |
|
|
|
Backend | DMD (DMC fork) | GCC | LLVM |
License | Frontend: GPL 1 or later / Artistic License
Backend: custom |
GPL 3 or later | LDC-specific code: 3-clause BSD |
Inline assembler |
|
|
|
SIMD | Partial (?) | Partial (?) | Partial (?) |
Phobos as a shared library |
|
| |
Building D code as shared library |
|
| |
Dynamic loading of D shared libraries |
|
| |
Linux specific | |||
Object file format | ELF | ELF | ELF |
Mac specific | |||
Object file format | Mach-O | Mach-O | Mach-O |
Windows specific | |||
Object file format | OMF (32) / COFF (32 & 64) | COFF | COFF |
Package and/or binary availability, by platform and compiler
⚠ This list had outdated information about package version - thus version information has been removed. Please check the most recent available package yourself on the linked pages.
Some unofficial repositories and downloads are listed here, but of course many more do exist. With a little searching, you may be able to find something more up to date for your chosen OS.
Very old compilers are (mostly) omitted, as they are unlikely to be of interest to users.
Platform |
Compiler | ||
---|---|---|---|
DMD | GDC | LDC | |
Windows | |||
OS X | |||
iOS | |||
Android | |||
Linux (generic) |
| ||
Cross-platform |
|
||
Distribution-specific packages | |||
Debian | |||
Ubuntu | |||
Fedora | |||
OpenSuse | |||
CentOS | |||
Arch Linux |
|
|
|
Gentoo | see https://wiki.gentoo.org/wiki/Dlang | ||
FreeBSD |
|
Experimental compilers and forks
- SDC (Stupid D Compiler) - from-scratch D compiler implementation, written in idiomatic D.
- LDC for iOS - LDC-based toolkit for cross-compiling to iOS
- D for Android - Toolkit for cross-compiling to Android (x86 using DMD and ARM using LDC)
- Calypso - LDC fork which provides direct Clang interoperability, allowing the use of C headers directly.
- dcompute (LDC CUDA and SPIRV) - Library and LDC fork to "target CUDA and SPIR to enable hassle free native execution on the gpu"
- MicroD - DMD fork which outputs C source code instead of object files
- dtojs - DMD fork which outputs JavaScript source code instead of object files
- DIL - D compiler written in D2/Tango (inactive project)
Category page: Experimental compilers