new russian Dlang book

Dmitry via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Aug 7 22:23:28 PDT 2017


On Monday, 7 August 2017 at 14:58:49 UTC, Suliman wrote:
> http://dlang.ru
> https://github.com/bubnenkoff/dlang.ru (book is placed there)
> url /book now do not work outside from site. You need to go on 
> site and than go to the /book
>
> If anybody can/want to help improve book you are welcome.
>
> P.S. I hope that it will work. I did not tested server. It's 
> also done not very good.

Add repository link to the site, pls.

As I see, there is used a bit wrong markdown.

For example, first lines of the book:
```
#Глава 1
##Введение
Если вам интересно системное программирование, и вы планируете 
заниматься разработкой высокопроизводительных и масштабируемых 
приложений, то вполне возможно, что в настоящий момент одним из 
лучших, если не единственным выбором, будет язык программирования 
D.
```

There are missed spaces after # and blank lines. Must be:
```
# Глава 1

## Введение

Если вам интересно системное программирование, и вы планируете 
заниматься разработкой высокопроизводительных и масштабируемых 
приложений, то вполне возможно, что в настоящий момент одним из 
лучших, если не единственным выбором, будет язык программирования 
D.
```

Also will be good to split different parts/chapters into 
different files. Now it too much for one file.

And why don't you used something like this 
https://github.com/kiith-sa/dmarkdown ?



More information about the Digitalmars-d-announce mailing list