Difference between revisions of "Books"
(Book title fix) |
(Quote about the book rather than D) |
||
Line 20: | Line 20: | ||
The definitive book on D | 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'' |
</td><td style="padding: 5px 10px; "> | </td><td style="padding: 5px 10px; "> | ||
Line 46: | Line 46: | ||
“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.” | ||
− | '' | + | ''~From the Introduction'' |
</td><td style="padding: 5px 10px; "> | </td><td style="padding: 5px 10px; "> | ||
Line 75: | Line 75: | ||
This document aims to be a kind of tutorial on D templates, to show the | This document aims to be a kind of tutorial on D templates, to show the | ||
beginning D coder what can be achieved with them.” | beginning D coder what can be achieved with them.” | ||
− | '' | + | ''~From the Introduction'' |
</td><td style="padding: 5px 10px; "> | </td><td style="padding: 5px 10px; "> |
Revision as of 22:37, 23 November 2012
Title / Author / Info | Description | Links | |
---|---|---|---|
The D Programming Language |
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 | ||
Programming in D |
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 Templates: A Tutorial |
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 |