What Next?¶
Now you know more than enough to start writing some D code.
Community¶
- Participate on the Forum
- Follow D on Twitter
- Check out D on reddit
- Read the D Wiki
Links¶
A few links to interesting D-related stuff, which has not found an appropriate place in the tutorial.
- Deimos: A collection of D bindings to various libraries.
- Derelict: A collection of D bindings for game libraries like SDL.
- SciD: A scientific library for D, which includes bindings to BLAS and Lapack.
- Vibe.d: Async IO with an integrated full-stack web framework.
- Dscanner: Swiss-army knife for D source code.
- XOmB an exokernel operating system written in D
- The D Programming Language: book by Andrei Alexandrescu about details and design rationale of D.
- D Programming Language Tutorial: book by Ali Çehreli for D beginners.
- DUB registry: Lots of D libraries and applications. DUB is a package and build manager for D.