This repository has been archived on 2021-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
d-language/README.md

17 lines
996 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# D Programming Language
Примеры использования [языка программирования D](https://dlang.org/) по книге Андрея Александреску "Язык программирования D".
![book](img/book.png)
## Необходимый набор программного обеспечения
- [Компилятор DMD](https://dlang.org/download.html#dmd)
- [Пакетный менеджер DUB](https://dub.pm/)
- [Среда разработки (Visual Studio Code)](https://code.visualstudio.com/)
- [Полнофункциональное расширение языка D](https://github.com/Pure-D/code-d)
Видеоинструкция по настройка Visual Studio Code для программирования на языке D с использованием автоматической сборки DUB и отладки GDB.
[![Watch the video](img/youtube.png)](https://www.youtube.com/watch?v=BolAiBXkev0)