Difference between revisions of "Books"

From D Wiki
Jump to: navigation, search
(Added link to TDPL errata)
(Added Andreas Zwinkau's "Pragmatic D Tutorial")
Line 86: Line 86:
  
 
</tr>
 
</tr>
 +
 +
<tr style="border-bottom: 1px solid #ccc; vertical-align: top;">
 +
<td style="padding: 5px 10px;">
 +
 +
[[File:icon_book_128.png|link=http://qznc.github.io/d-tut/index.html]]
 +
 +
</td>
 +
<td style="padding: 5px 10px;">
 +
 +
'''Pragmatic D Tutorial'''<br/>
 +
Andreas Zwinkau<br/>
 +
 +
</td><td style="padding: 5px 10px;">
 +
Pragmatic introduction to the D Programming Language
 +
 +
“This tutorial tries to provide pragmatic information to enable you to start coding ASAP.”
 +
 +
''~From the Introduction''
 +
 +
</td><td style="padding: 5px 10px; ">
 +
 +
* [http://qznc.github.io/d-tut/index.html Website]
 +
 +
</td>
 +
 +
</tr>
 +
 
<tr style="border-bottom: 1px solid #ccc; vertical-align: top;">
 
<tr style="border-bottom: 1px solid #ccc; vertical-align: top;">
 
<td style="padding: 5px 10px;">
 
<td style="padding: 5px 10px;">

Revision as of 00:59, 20 April 2014


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

Icon book 128.png

Programming in D
Ali Çehreli

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

Icon book 128.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.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.png

D Programming Language Specification