Re: Programming in D book is about 62% translated

2012-09-19 Thread MattCoder

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!


Re: Programming in D book is about 62% translated

2012-09-19 Thread MattCoder

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!


Re: Programming in D book is about 62% translated

2012-09-19 Thread deed

Great!


Re: Programming in D book is about 62% translated

2012-09-17 Thread nazriel

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


Re: Programming in D book is about 62% translated

2012-09-16 Thread Philippe Sigaud
On Sun, Sep 16, 2012 at 8:40 AM, Ali Çehreli acehr...@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 :)


Re: Programming in D book is about 62% translated

2012-09-16 Thread Andrej Mitrovic
On 9/16/12, Ali Çehreli acehr...@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


Re: Programming in D book is about 62% translated

2012-09-16 Thread Ali Çehreli

On 09/16/2012 01:41 AM, Andrej Mitrovic wrote:

On 9/16/12, Ali Çehreliacehr...@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


Re: Programming in D book is about 62% translated

2012-09-16 Thread Walter Bright

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!



Re: Programming in D book is about 62% translated

2012-09-16 Thread Jordi Sayol
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