The Dlang Tour is an interactive introduction to the D language. Patterned on the Golang Tour .
Most articles have code examples that can be run from the browser.
Helloworld, compiler installation, compilation and program launch from the command line.
Introduction to the syntax and main features of the language.
This section will be interesting even for those who know the language.
Virtually every article in this section is a description of the next killer feature of the language.
The features of the language and the standard library, facilitating the creation of a safe multi-threaded code are described.
Asynchronous framework based on Fibers (coroutines, lightweight flows).
Mainly used for web development.
Source: https://habr.com/ru/post/331670/
All Articles