D programming language compiler and standard library tools
D programming language tools
dmd
rdmd
dub
$ dmd hello.d -of=hello
$ rdmd script.d
$ dub build