Docker Image for LLVM-based D Compiler.
Installation of a compiler sometimes is cumbersome. This Docker image should take this pain and allow you to easily switch between Versions of the same compiler and even different compilers.
In case a native installation is required, curl -fsS https://dlang.org/install.sh | bash -s ldc
could be used.
Allows to use all major D Compilers without installation.
Compiler | Latest Tag |
---|---|
DMD | |
LDC | |
GDC |
Place a test.d
in your current directory.
Then execute
docker run --rm -ti -v $(pwd):/src dlanguage/ldc ldc2 test.d