Thread overview
"Programming in D" book is about 62% translated
Sep 16, 2012
Ali Çehreli
Sep 16, 2012
Philippe Sigaud
Sep 16, 2012
Andrej Mitrovic
Sep 16, 2012
Ali Çehreli
Sep 16, 2012
Walter Bright
Sep 16, 2012
Jordi Sayol
Sep 17, 2012
nazriel
Sep 19, 2012
MattCoder
Sep 19, 2012
MattCoder
Sep 19, 2012
deed
September 16, 2012
I have continued with the translation of the book. At this point there are 439 pages in English of total 703 pages in Turkish.

In addition to many corrections and additions throughout the book, there are two more chapters translated:

* Constructor and Other Special Functions
* Operator Overloading

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

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

No Kindle or Lulu versions yet.

Ali
September 16, 2012
On Sun, Sep 16, 2012 at 8:40 AM, Ali Çehreli <acehreli@yahoo.com> wrote:
> I have continued with the translation of the book. At this point there are 439 pages in English of total 703 pages in Turkish.
>
> In addition to many corrections and additions throughout the book, there are two more chapters translated:
>
> * Constructor and Other Special Functions
> * Operator Overloading
>
> As a reminder, the book is available as PDF, downloadable from the header of each chapter:
>
>   http://ddili.org/ders/d.en/index.html
>
> No Kindle or Lulu versions yet.

Wonderful! Yesterday, I wanted access to std.file / std.stdio on dlang.org and the server was down. But googling "reading a file in the D programming language" gave me a chapter of your book :)
September 16, 2012
On 9/16/12, Ali Çehreli <acehreli@yahoo.com> wrote:
> snip

Nice! Btw there is now 'in ref' in 2.060/1+ compilers:
void test(in ref int x)

It's equivalent to const scope ref. http://d.puremagic.com/issues/show_bug.cgi?id=8105

Someone even requested scope ref: https://github.com/D-Programming-Language/dmd/commit/687044996a06535210801577e5d68b72edfa3985
September 16, 2012
On 09/16/2012 01:41 AM, Andrej Mitrovic wrote:
> On 9/16/12, Ali Çehreli<acehreli@yahoo.com>  wrote:
>> snip
>
> Nice! Btw there is now 'in ref' in 2.060/1+ compilers:
> void test(in ref int x)
>
> It's equivalent to const scope ref.
> http://d.puremagic.com/issues/show_bug.cgi?id=8105

Thank you. I had no idea about that one. It is definitely more consistent. I will change the chapters.

>
> Someone even requested scope ref:
> https://github.com/D-Programming-Language/dmd/commit/687044996a06535210801577e5d68b72edfa3985

Ali
September 16, 2012
On 9/15/2012 11:40 PM, Ali Çehreli wrote:
> I have continued with the translation of the book. At this point there are 439
> pages in English of total 703 pages in Turkish.

Thank you, Ali!

September 16, 2012
Al 16/09/12 08:40, En/na Ali Çehreli ha escrit:
> I have continued with the translation of the book. At this point there are 439 pages in English of total 703 pages in Turkish.
> 
> In addition to many corrections and additions throughout the book, there are two more chapters translated:
> 
> * Constructor and Other Special Functions
> * Operator Overloading
> 
> As a reminder, the book is available as PDF, downloadable from the header of each chapter:
> 
>   http://ddili.org/ders/d.en/index.html
> 
> No Kindle or Lulu versions yet.
> 
> Ali
> 

Amazing! great work! 😊

-- 
Jordi Sayol

September 17, 2012
On Sunday, 16 September 2012 at 06:39:44 UTC, Ali Çehreli wrote:
> I have continued with the translation of the book. At this point there are 439 pages in English of total 703 pages in Turkish.
>
> In addition to many corrections and additions throughout the book, there are two more chapters translated:
>
> * Constructor and Other Special Functions
> * Operator Overloading
>
> As a reminder, the book is available as PDF, downloadable from the header of each chapter:
>
>   http://ddili.org/ders/d.en/index.html
>
> No Kindle or Lulu versions yet.
>
> Ali

Awesome! I'm lovin' it
September 19, 2012
On Sunday, 16 September 2012 at 06:39:44 UTC, Ali Çehreli wrote:
> I have continued with the translation of the book. At this point there are 439 pages in English of total 703 pages in Turkish.
>
> In addition to many corrections and additions throughout the book, there are two more chapters translated:
>
> * Constructor and Other Special Functions
> * Operator Overloading
>
> As a reminder, the book is available as PDF, downloadable from the header of each chapter:
>
>   http://ddili.org/ders/d.en/index.html
>
> No Kindle or Lulu versions yet.
>
> Ali

Awesome, thank you!
September 19, 2012
On Sunday, 16 September 2012 at 06:39:44 UTC, Ali Çehreli wrote:
> I have continued with the translation of the book. At this point there are 439 pages in English of total 703 pages in Turkish.
>
> In addition to many corrections and additions throughout the book, there are two more chapters translated:
>
> * Constructor and Other Special Functions
> * Operator Overloading
>
> As a reminder, the book is available as PDF, downloadable from the header of each chapter:
>
>   http://ddili.org/ders/d.en/index.html
>
> No Kindle or Lulu versions yet.
>
> Ali

Awesome, thanks!
September 19, 2012
Great!