D Language

D is a general-purpose programming language with static typing, systems-level access, and C-like syntax. - Home

It’s almost as if the universe had a law: inferior technology is always preferred no matter how hard you seethe - HN:

online

## DUB (package/project manager) Starting a new project

dub init myproject

Execute dub build to build your project, dub run to build and run it, or dub test to build and run unit tests.

Ressources

Notes

Written on October 3, 2019, Last update on September 4, 2020
dlang lang inferior-technology