📜 ⬆️ ⬇️

Dlang Tour translated into Russian

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.


Tour sections


Start


Helloworld, compiler installation, compilation and program launch from the command line.


Basics D


Introduction to the syntax and main features of the language.


Pearls D


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.


Multithreading


The features of the language and the standard library, facilitating the creation of a safe multi-threaded code are described.


Vibe.d


Asynchronous framework based on Fibers (coroutines, lightweight flows).


Mainly used for web development.


useful links



')

Source: https://habr.com/ru/post/331670/


All Articles