Difference between revisions of "Books"
m |
m (icon links) |
||
Line 9: | Line 9: | ||
<td style="padding: 5px 10px;"> | <td style="padding: 5px 10px;"> | ||
− | [[File:book_tdpl_128.png]] | + | [[File:book_tdpl_128.png|link=http://www.amazon.com/D-Programming-Language-Andrei-Alexandrescu/dp/0321635361]] |
</td><td style="padding: 5px 10px;"> | </td><td style="padding: 5px 10px;"> | ||
Line 32: | Line 32: | ||
<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;">[[File:icon_book_128.png]]</td> | + | <td style="padding: 5px 10px;"> |
+ | |||
+ | [[File:icon_book_128.png|link=http://ddili.org/ders/d.en/index.html]] | ||
+ | |||
+ | </td> | ||
<td style="padding: 5px 10px;"> | <td style="padding: 5px 10px;"> | ||
Line 53: | Line 57: | ||
<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;">[[File:icon_book_128.png]]</td> | + | <td style="padding: 5px 10px;"> |
+ | |||
+ | [[File:icon_book_128.png|link=https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/dtemplates.pdf]] | ||
+ | |||
+ | </td> | ||
<td style="padding: 5px 10px;"> | <td style="padding: 5px 10px;"> | ||
Revision as of 21:10, 22 November 2012
Title / Author / Info | Description | Links | |
---|---|---|---|
The D Programming Language |
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 | ||
D Programming Language Tutorial |
Free online book for D 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 |