Difference between revisions of "Books"

From D Wiki
Jump to: navigation, search
m (bumped Adam's book to 3rd)
Line 58: Line 58:
 
</tr>
 
</tr>
  
 +
<tr style="border-bottom: 1px solid #ccc; vertical-align: top;">
 +
<td style="padding: 5px 10px; text-align: center">
 +
 +
[[File:d_cookbook.png|100px|link=http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book]]
 +
 +
</td><td style="padding: 5px 10px;">
 +
 +
'''D Cookbook'''<br/>
 +
Adam D. Ruppe<br/>
 +
May 26, 2014
 +
 +
</td><td style="padding: 5px 10px;">
 +
Code examples and explanations from the author's years of using D covering a variety of practical topics.
 +
 +
</td><td style="padding: 5px 10px; ">
 +
 +
* [http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book Publisher's page]
 +
* [http://www.amazon.com/dp/1783287217/?tag=packtpubli-20 Amazon]
 +
 +
</td>
 +
</tr>
  
 
<tr style="border-bottom: 1px solid #ccc; vertical-align: top;">
 
<tr style="border-bottom: 1px solid #ccc; vertical-align: top;">
Line 135: Line 156:
  
 
</tr>
 
</tr>
 
<tr style="border-bottom: 1px solid #ccc; vertical-align: top;">
 
<td style="padding: 5px 10px; text-align: center">
 
 
[[File:d_cookbook.png|100px|link=http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book]]
 
 
</td><td style="padding: 5px 10px;">
 
 
'''D Cookbook'''<br/>
 
Adam D. Ruppe<br/>
 
May 26, 2014
 
 
</td><td style="padding: 5px 10px;">
 
Code examples and explanations from the author's years of using D covering a variety of practical topics.
 
 
</td><td style="padding: 5px 10px; ">
 
 
* [http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book Publisher's page]
 
* [http://www.amazon.com/dp/1783287217/?tag=packtpubli-20 Amazon]
 
 
</td>
 
</tr>
 
 
  
 
<tr style="border-bottom: 1px solid #ccc; vertical-align: top;">
 
<tr style="border-bottom: 1px solid #ccc; vertical-align: top;">

Revision as of 03:19, 31 January 2015


Title / Author / InfoDescriptionLinks

Book tdpl 128.png

The D Programming Language
Andrei Alexandrescu
June 12, 2010

The definitive book on D

“This is a book by a skilled author describing an interesting programming language. I’m sure you’ll find the read rewarding.” ~From the Foreword by Scott Meyers

PiD Cover.png

Programming in D
Ali Çehreli
Frequent online updates

Comprehensive free online book for beginners

“This book aims to teach the D language to readers who are new to computer programming. Although having experience in other programming languages would certainly be helpful, this book starts from the basics.” ~From the Introduction

D cookbook.png

D Cookbook
Adam D. Ruppe
May 26, 2014

Code examples and explanations from the author's years of using D covering a variety of practical topics.

Icon book 128 D.png

D Templates: A Tutorial
Philippe Sigaud

Free book (pdf) about templates

“Templates are a central feature of D, giving you powerful compile-time code generation abilities that’ll make your code cleaner, more flexible and even more efficient. This document aims to be a kind of tutorial on D templates, to show the beginning D coder what can be achieved with them.” ~From the Introduction

Icon book 128 D.png

Pragmatic D Tutorial
Andreas Zwinkau

Pragmatic introduction to the D Programming Language

“This tutorial tries to provide pragmatic information to enable you to start coding ASAP.”

~From the Introduction

Icon book 128 D.png

D Programming Language Specification

LTWD.PNG

Learn to Tango with D
Kris Bell, Lars Ivar Igesund, Sean Kelly and Michael Parker
January 7, 2008

Learn to Tango with D introduces you to the powerful D language, with special attention given to the Tango software library.

PinD.PNG

Programmieren in D
German Language
Tobias Wassermann, Christian Speer
14. November 2007

Die Sprache D bringt die Vorteile von C, C++, C#, Java und anderen Sprachen zusammen - verzichtet dabei jedoch auf die Makel.


Books