Difference between revisions of "Books"

From D Wiki
Jump to: navigation, search
m (Center TDPL cover image)
(Book title fix)
Line 39: Line 39:
 
<td style="padding: 5px 10px;">
 
<td style="padding: 5px 10px;">
  
'''D Programming Language Tutorial'''<br/>
+
'''Programming in D'''<br/>
 
Ali Çehreli<br/>
 
Ali Çehreli<br/>
  
 
</td><td style="padding: 5px 10px;">
 
</td><td style="padding: 5px 10px;">
Free online book for D beginners
+
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.”
 
“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.”

Revision as of 22:34, 23 November 2012


Title / Author / InfoDescriptionLinks

Book tdpl 128.png

The D Programming Language
Andrei Alexandrescu
June 12, 2010

The definitive book on D

“To the best of my knowledge, D offers an unprecedentedly adroit integration of several powerful programming paradigms: imperative, object-oriented, functional, and meta.” —From the Foreword by Walter Bright

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