Thread overview
"Programming in D" book is about 97% translated
May 20, 2014
Ali Çehreli
May 20, 2014
Andrej Mitrovic
May 20, 2014
Ali Çehreli
May 20, 2014
Tom Browder
May 20, 2014
Piotrek
May 21, 2014
John
May 20, 2014
I have continued with the translation of the book. There are 20 of the 732 pages still to be translated.

In addition to many corrections and additions throughout the book, there is the following chapter translated:

* Data Sharing Concurrency

As a reminder, the book is available as PDF, downloadable from the header of each chapter:

  http://ddili.org/ders/d.en/index.html

Ali
May 20, 2014
On 5/20/14, Ali Çehreli <digitalmars-d-announce@puremagic.com> wrote:
> * Data Sharing Concurrency

Awesome work! That's one of the lesser-specified parts of the language, so this is really welcome. Btw, you may want to toss in a word or two about the -transition=tls switch as well. It's very useful when porting C/C++ libraries around.

May 20, 2014
On 05/20/2014 11:37 AM, Andrej Mitrovic via Digitalmars-d-announce wrote:

> On 5/20/14, Ali Çehreli <digitalmars-d-announce@puremagic.com> wrote:
>> * Data Sharing Concurrency
>
> Awesome work! That's one of the lesser-specified parts of the
> language, so this is really welcome.

It also means that what is in there is however the current dmd works at this point in time. :p

> Btw, you may want to toss in a
> word or two about the -transition=tls switch as well. It's very useful
> when porting C/C++ libraries around.

Ok, taking a note of it. Such feedback from you and others have been very valuable. Thank you! :)

Ali

May 20, 2014
On 5/20/14, 12:53 PM, Ali Çehreli wrote:
> On 05/20/2014 11:37 AM, Andrej Mitrovic via Digitalmars-d-announce wrote:
>
>  > On 5/20/14, Ali Çehreli <digitalmars-d-announce@puremagic.com> wrote:
>  >> * Data Sharing Concurrency
>  >
>  > Awesome work! That's one of the lesser-specified parts of the
>  > language, so this is really welcome.
>
> It also means that what is in there is however the current dmd works at
> this point in time. :p
>
>  > Btw, you may want to toss in a
>  > word or two about the -transition=tls switch as well. It's very useful
>  > when porting C/C++ libraries around.
>
> Ok, taking a note of it. Such feedback from you and others have been
> very valuable. Thank you! :)
>
> Ali

My dream: Ali announces the book is 100% done at DConf 2014. -- Andrei
May 20, 2014
On Tue, May 20, 2014 at 1:37 PM, Andrej Mitrovic via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com> wrote:
> On 5/20/14, Ali Çehreli <digitalmars-d-announce@puremagic.com> wrote:
>> * Data Sharing Concurrency
...
> Awesome work!

Agreed, and I hope you will get a table of contents (and index) and
get the book published commercially (or self-published).

Thanks for such a good resource!

Best regards,

-Tom

May 20, 2014
Hi,

> Agreed, and I hope you will get a table of contents (and index) and
> get the book published commercially (or self-published).


You have at least one buyer (me) declared. I don't know if it's enough but it would be great to collect TDPL, Cook Book and Programming in D altogether.

Piotrek
May 21, 2014
On Tuesday, 20 May 2014 at 20:45:01 UTC, Piotrek wrote:
>
> You have at least one buyer (me) declared. I don't know if it's enough but it would be great to collect TDPL, Cook Book and Programming in D altogether.


I am sure there would be many.. myself included.
This book is a great resource.