Jump to page: 1 29  
Page
Thread overview
My D book is now officially coming soon
Mar 03, 2014
Adam D. Ruppe
Mar 03, 2014
Chris
Mar 03, 2014
JR
Mar 03, 2014
Meta
Mar 03, 2014
Adam D. Ruppe
Mar 03, 2014
Meta
Mar 03, 2014
Walter Bright
Mar 03, 2014
Ali Çehreli
Mar 03, 2014
extrawurst
Mar 03, 2014
Théo Bueno
Mar 03, 2014
Craig Dillabaugh
Mar 03, 2014
Gary Willoughby
Mar 03, 2014
Adam D. Ruppe
Mar 03, 2014
bearophile
Mar 04, 2014
Jesse Phillips
Mar 03, 2014
Stanislav Blinov
Mar 03, 2014
Dicebot
Mar 03, 2014
Philippe Sigaud
Mar 04, 2014
Nick Sabalausky
Mar 04, 2014
Mike
Mar 04, 2014
John J
Mar 04, 2014
Jonathan Dunlap
Mar 04, 2014
Adam D. Ruppe
Mar 04, 2014
Adam D. Ruppe
Mar 04, 2014
Walter Bright
Mar 04, 2014
Adam D. Ruppe
Mar 04, 2014
Nick Sabalausky
Mar 04, 2014
Walter Bright
Mar 04, 2014
Vladimir Panteleev
Mar 04, 2014
Max Klyga
Mar 04, 2014
Walter Bright
Mar 05, 2014
Suliman
Mar 05, 2014
Adam D. Ruppe
Mar 06, 2014
Namespace
Mar 05, 2014
Jonathan M Davis
Mar 06, 2014
Dejan Lekic
Mar 06, 2014
extrawurst
Mar 06, 2014
Iain Buclaw
Mar 07, 2014
Mike James
Apr 18, 2014
Jason King
Apr 18, 2014
Adam D. Ruppe
Apr 19, 2014
John
Apr 19, 2014
John
May 05, 2014
Daniel Davidson
May 05, 2014
Adam D. Ruppe
May 06, 2014
Szymon Gatner
May 06, 2014
Adam D. Ruppe
May 06, 2014
Szymon Gatner
May 06, 2014
Adam D. Ruppe
May 06, 2014
Szymon Gatner
May 06, 2014
Adam D. Ruppe
May 06, 2014
Chris
May 06, 2014
Nick Sabalausky
May 27, 2014
Szymon Gatner
May 27, 2014
Chris
May 27, 2014
Kozzi
May 27, 2014
Adam D. Ruppe
May 27, 2014
Daniel Kozak
May 27, 2014
Adam D. Ruppe
May 27, 2014
Chris
May 27, 2014
Szymon Gatner
May 27, 2014
Adam D. Ruppe
May 28, 2014
Mike James
May 28, 2014
Alix Pexton
May 28, 2014
Mike James
May 28, 2014
Adam D. Ruppe
May 28, 2014
Mattcoder
May 28, 2014
Mattcoder
May 29, 2014
Adam D. Ruppe
May 27, 2014
Mattcoder
May 28, 2014
Joakim
May 06, 2014
Théo Bueno
May 27, 2014
John
May 28, 2014
Adam D. Ruppe
May 28, 2014
Walter Bright
May 29, 2014
Adam D. Ruppe
Sep 03, 2014
Szymon Gatner
Sep 03, 2014
Adam D. Ruppe
Sep 03, 2014
Szymon Gatner
March 03, 2014
As some of you might know, I've been working on a D book over the last few months. It is now available as "coming soon" on the publisher's website:

http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book


I was hoping to have it finished in time for the D conference, but the publisher thought that was too soon to be realistic and it is looking like they are right... right now we believe it will be available in the summer.

Anyway, the topics I talk about include:

* Phobos, including Ranges
* Testing (both static and run time), documentation, and error handling
* Reflection and code generation
* All kinds of fun with structs
* Integration with other languages and environments
* Using some third party libraries

and some more. My goal is to act as a nice complement to Andrei's book, not to repeat it, so while I do cover a lot of language features, I try to do them in the context of bigger picture tasks. So hopefully, the books can go together and reinforce each other.
March 03, 2014
On Monday, 3 March 2014 at 16:37:49 UTC, Adam D. Ruppe wrote:
> As some of you might know, I've been working on a D book over the last few months. It is now available as "coming soon" on the publisher's website:
>
> http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book
>
>
> I was hoping to have it finished in time for the D conference, but the publisher thought that was too soon to be realistic and it is looking like they are right... right now we believe it will be available in the summer.
>
> Anyway, the topics I talk about include:
>
> * Phobos, including Ranges
> * Testing (both static and run time), documentation, and error handling
> * Reflection and code generation
> * All kinds of fun with structs
> * Integration with other languages and environments
> * Using some third party libraries
>
> and some more. My goal is to act as a nice complement to Andrei's book, not to repeat it, so while I do cover a lot of language features, I try to do them in the context of bigger picture tasks. So hopefully, the books can go together and reinforce each other.

Looking forward to reading it!
March 03, 2014
On Monday, 3 March 2014 at 16:37:49 UTC, Adam D. Ruppe wrote:
> As some of you might know, I've been working on a D book over the last few months. It is now available as "coming soon" on the publisher's website:
>
> http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book
>
>
> I was hoping to have it finished in time for the D conference, but the publisher thought that was too soon to be realistic and it is looking like they are right... right now we believe it will be available in the summer.

Preordered.
March 03, 2014
On Monday, 3 March 2014 at 16:37:49 UTC, Adam D. Ruppe wrote:
> As some of you might know, I've been working on a D book over the last few months. It is now available as "coming soon" on the publisher's website:
>
> http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book
>
>
> I was hoping to have it finished in time for the D conference, but the publisher thought that was too soon to be realistic and it is looking like they are right... right now we believe it will be available in the summer.
>
> Anyway, the topics I talk about include:
>
> * Phobos, including Ranges
> * Testing (both static and run time), documentation, and error handling
> * Reflection and code generation
> * All kinds of fun with structs
> * Integration with other languages and environments
> * Using some third party libraries
>
> and some more. My goal is to act as a nice complement to Andrei's book, not to repeat it, so while I do cover a lot of language features, I try to do them in the context of bigger picture tasks. So hopefully, the books can go together and reinforce each other.

Will the book also be available on Amazon?
March 03, 2014
On Monday, 3 March 2014 at 17:06:36 UTC, Meta wrote:
> Will the book also be available on Amazon?

Yes, closer to the release date.
March 03, 2014
On Monday, 3 March 2014 at 17:11:59 UTC, Adam D. Ruppe wrote:
> On Monday, 3 March 2014 at 17:06:36 UTC, Meta wrote:
>> Will the book also be available on Amazon?
>
> Yes, closer to the release date.

Great, I'm excited to read it.
March 03, 2014
On 3/3/2014 8:37 AM, Adam D. Ruppe wrote:
> As some of you might know, I've been working on a D book over the last few
> months. It is now available as "coming soon" on the publisher's website:
>
> http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book

Congratulations! This is a great contribution to D.


> I was hoping to have it finished in time for the D conference, but the publisher
> thought that was too soon to be realistic and it is looking like they are
> right...

Dang, we could have set up a table for your book.

March 03, 2014
On Monday, 3 March 2014 at 16:37:49 UTC, Adam D. Ruppe wrote:
> As some of you might know, I've been working on a D book over the last few months. It is now available as "coming soon" on the publisher's website:
>
> http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book

This is a really good news !
March 03, 2014
On Monday, 3 March 2014 at 16:37:49 UTC, Adam D. Ruppe wrote:
> As some of you might know, I've been working on a D book over the last few months. It is now available as "coming soon" on the publisher's website:
>
> http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book
>
>
> I was hoping to have it finished in time for the D conference, but the publisher thought that was too soon to be realistic and it is looking like they are right... right now we believe it will be available in the summer.
>
> Anyway, the topics I talk about include:
>
> * Phobos, including Ranges
> * Testing (both static and run time), documentation, and error handling
> * Reflection and code generation
> * All kinds of fun with structs
> * Integration with other languages and environments
> * Using some third party libraries
>
> and some more. My goal is to act as a nice complement to Andrei's book, not to repeat it, so while I do cover a lot of language features, I try to do them in the context of bigger picture tasks. So hopefully, the books can go together and reinforce each other.

Congratulations.  I certainly intend to buy a copy.
March 03, 2014
On Monday, 3 March 2014 at 16:37:49 UTC, Adam D. Ruppe wrote:
> As some of you might know, I've been working on a D book over the last few months. It is now available as "coming soon" on the publisher's website:
>
> http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book
>
>
> I was hoping to have it finished in time for the D conference, but the publisher thought that was too soon to be realistic and it is looking like they are right... right now we believe it will be available in the summer.
>
> Anyway, the topics I talk about include:
>
> * Phobos, including Ranges
> * Testing (both static and run time), documentation, and error handling
> * Reflection and code generation
> * All kinds of fun with structs
> * Integration with other languages and environments
> * Using some third party libraries
>
> and some more. My goal is to act as a nice complement to Andrei's book, not to repeat it, so while I do cover a lot of language features, I try to do them in the context of bigger picture tasks. So hopefully, the books can go together and reinforce each other.

Looks great. I understand the effort and dedication of writing a technical book, it's not a small thing. I'll definitely be buying a copy when released. In fact i can't wait. :)
« First   ‹ Prev
1 2 3 4 5 6 7 8 9