www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - new russian Dlang book

reply Suliman <evermind live.ru> writes:
I would like to say big thanks especially to Ali Cehreli, Adam 
Ruppe, Oleg Butko, Pavel Chebotarev, Eto Demerzel, Andrey Asyakin 
and many others guys who helped and motivate me during writting 
this Book.

The book is *very* raw and unfinished. But main 2 chapter are 
almost done. Now I do not have time to continue of writting it 
and I think it's better to publiс it's as-is than to put in table 
and forgot.

Current MD parser is **incredibly hacky and buggy**. It's based 
in regex and it's have a lot of bugs. It's needed for generation 
HTML with table of content from MD.

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.
Aug 07 2017
next sibling parent Andrey <avraliov gmail.com> writes:
On Monday, 7 August 2017 at 14:58:49 UTC, Suliman wrote:
 I would like to say big thanks especially to Ali Cehreli, Adam 
 Ruppe, Oleg Butko, Pavel Chebotarev, Eto Demerzel, Andrey 
 Asyakin and many others guys who helped and motivate me during 
 writting this Book.

 [...]
Thanks for you work!!!
Aug 07 2017
prev sibling parent reply Dmitry <dmitry indiedev.ru> writes:
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: ``` Если вам интересно системное программирование, и вы планируете заниматься разработкой высокопроизводительных и масштабируемых приложений, то вполне возможно, что в настоящий момент одним из лучших, если не единственным выбором, будет язык программирования D. ``` ``` Если вам интересно системное программирование, и вы планируете заниматься разработкой высокопроизводительных и масштабируемых приложений, то вполне возможно, что в настоящий момент одним из лучших, если не единственным выбором, будет язык программирования 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 ?
Aug 07 2017
parent Suliman <evermind live.ru> writes:
Big update of site layout.
Aug 10 2017