Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-11 Thread ketmar via Digitalmars-d-announce
On Thu, 11 Sep 2014 11:48:26 -0700 Ali Çehreli via Digitalmars-d-announce wrote: > Would you like to send me your name so that I add it to the > Acknowledgments section. (Otherwise ketmar is it. :) Ketmar, or Ketmar Dark if you want "full name". ;-) signature.asc Description: PGP signature

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-11 Thread Ali Çehreli via Digitalmars-d-announce
On 09/11/2014 11:30 AM, ketmar via Digitalmars-d-announce wrote: On Thu, 11 Sep 2014 10:47:40 -0700 Ali Çehreli via Digitalmars-d-announce wrote: http://ddili.org/ders/d.en/templates_more.html there is a little bug: opSlice(size_t, size_t) description is: `collection[i, j]` shouldn't it

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-11 Thread ketmar via Digitalmars-d-announce
On Thu, 11 Sep 2014 10:47:40 -0700 Ali Çehreli via Digitalmars-d-announce wrote: >http://ddili.org/ders/d.en/templates_more.html there is a little bug: opSlice(size_t, size_t) description is: `collection[i, j]` shouldn't it be: `collection[i..j]`? signature.asc Description: PGP signature

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-11 Thread Ali Çehreli via Digitalmars-d-announce
On 09/10/2014 01:41 AM, Andrej Mitrovic via Digitalmars-d-announce wrote: > If you do consider publishing the book, do let us know before it > happens so those of us who want to can go through a thorough review > and let you know of any typo's or mistakes before it's set in stone > (or on paper :

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-11 Thread Ali Çehreli via Digitalmars-d-announce
On 09/09/2014 05:04 PM, Ali Çehreli wrote: > I have already tied many loose ends. I am currently > changing the operator overloading chapter to include the more proper > multi-dimensional indexing and slicing that came with 2.066. Done. I divided array operator overloading (indexing and slicing

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-10 Thread Andrej Mitrovic via Digitalmars-d-announce
On 8/29/14, Andrei Alexandrescu via Digitalmars-d-announce wrote: > Awesome!! Put it on Amazon too! -- Andrei Yeah, I'd be the first in line to buy it as well! If you do consider publishing the book, do let us know before it happens so those of us who want to can go through a thorough review and

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-09 Thread Ali Çehreli via Digitalmars-d-announce
On 09/09/2014 04:38 PM, Olivier Henley wrote: > Blurb has a number of pages limitation that would require a two volumes > release of your book. :/ Lulu can make it to 740 pages. CreateSpace > offers packages up to 828 pages. Page count can change simply by changing the font size. ;) > I found t

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-09 Thread Olivier Henley via Digitalmars-d-announce
On Friday, 29 August 2014 at 05:35:12 UTC, Ali Çehreli wrote: Would you recommend considering at least some of Blurb.com's competitors as well? Who? Right. Blurb has a number of pages limitation that would require a two volumes release of your book. :/ Lulu can make it to 740 pages. CreateS

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-08-29 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 8/29/14, 6:30 AM, Ali Çehreli wrote: On 08/29/2014 03:45 AM, Dejan Lekic wrote: Do you by any chance plan to release ePub version of it? Yes. It will happen. :) Ali Awesome!! Put it on Amazon too! -- Andrei

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-08-29 Thread Ali Çehreli via Digitalmars-d-announce
On 08/29/2014 03:45 AM, Dejan Lekic wrote: Do you by any chance plan to release ePub version of it? Yes. It will happen. :) Ali

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-08-29 Thread Dejan Lekic via Digitalmars-d-announce
On Wednesday, 27 August 2014 at 06:16:14 UTC, Ali Çehreli wrote: I made some additions and corrections. The following are the major ones: * The 'User Defined Attributes (UDA)' chapter * @nogc * foreach_reverse * Formatted element output with %( and %) * static this, static ~this, shared sta

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-08-28 Thread Ali Çehreli via Digitalmars-d-announce
On 08/28/2014 02:06 PM, Olivier Henley wrote: > Huge thx for all the nice work btw. I thank everyone for the nice words and the motivation. :) > 1. Does the book have been entirely translated then..? Technically yes, but UDAs had to be added before I could call it complete and there are still

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-08-28 Thread Ali Çehreli via Digitalmars-d-announce
On 08/26/2014 11:42 PM, ketmar via Digitalmars-d-announce wrote: On Tue, 26 Aug 2014 23:16:14 -0700 Ali Çehreli via Digitalmars-d-announce wrote: * Formatted element output with %( and %) by the way, i never knows about this feature. maybe i should RTFM someday... They appear under formatt

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-08-28 Thread eles via Digitalmars-d-announce
On Thursday, 28 August 2014 at 21:07:00 UTC, Olivier Henley wrote: Super! Huge thx for all the nice work btw. Questions: 1. Does the book have been entirely translated then..? Here, the answer is "Yes" Ali's work is impressive.

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-08-28 Thread Olivier Henley via Digitalmars-d-announce
Super! Huge thx for all the nice work btw. Questions: 1. Does the book have been entirely translated then..? 2. Would you agree to configure a print version through Blurb.com? This way we could get a copy through amazon like ... tomorrow ;)

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-08-27 Thread eles via Digitalmars-d-announce
On Wednesday, 27 August 2014 at 06:16:14 UTC, Ali Çehreli wrote: I made some additions and corrections. The following are the major ones: * The 'User Defined Attributes (UDA)' chapter * @nogc * foreach_reverse * Formatted element output with %( and %) * static this, static ~this, shared sta

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-08-26 Thread ketmar via Digitalmars-d-announce
On Tue, 26 Aug 2014 23:16:14 -0700 Ali Çehreli via Digitalmars-d-announce wrote: > * Formatted element output with %( and %) by the way, i never knows about this feature. maybe i should RTFM someday... signature.asc Description: PGP signature

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-08-26 Thread ketmar via Digitalmars-d-announce
On Tue, 26 Aug 2014 23:16:14 -0700 Ali Çehreli via Digitalmars-d-announce wrote: > * The 'User Defined Attributes (UDA)' chapter great! > * static this, static ~this, shared static this, and shared static > ~this and this too. signature.asc Description: PGP signature