Difference between revisions of "Books"
m |
m |
||
Line 9: | Line 9: | ||
<td style="padding: 5px 10px; text-align: center"> | <td style="padding: 5px 10px; text-align: center"> | ||
− | [[File:book_tdpl_128.png|link=http://www.amazon.com/D-Programming-Language-Andrei-Alexandrescu/dp/0321635361]] | + | [[File:book_tdpl_128.png|100px||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 36: | Line 36: | ||
<td style="padding: 5px 10px;"> | <td style="padding: 5px 10px;"> | ||
− | [[File:icon_book_128.png|link=http://ddili.org/ders/d.en/index.html]] | + | [[File:icon_book_128.png|100px||link=http://ddili.org/ders/d.en/index.html]] |
</td> | </td> | ||
Line 61: | Line 61: | ||
<td style="padding: 5px 10px;"> | <td style="padding: 5px 10px;"> | ||
− | [[File:icon_book_128.png|link=https://github.com/PhilippeSigaud/D-templates-tutorial/]] | + | [[File:icon_book_128.png||100px|link=https://github.com/PhilippeSigaud/D-templates-tutorial/]] |
</td> | </td> | ||
Line 90: | Line 90: | ||
<td style="padding: 5px 10px;"> | <td style="padding: 5px 10px;"> | ||
− | [[File:icon_book_128.png|link=http://qznc.github.io/d-tut/index.html]] | + | [[File:icon_book_128.png|100px||link=http://qznc.github.io/d-tut/index.html]] |
</td> | </td> | ||
Line 116: | Line 116: | ||
<td style="padding: 5px 10px;"> | <td style="padding: 5px 10px;"> | ||
− | [[File:icon_book_128.png|link=http://dlang.org/dlangspec.pdf]] | + | [[File:icon_book_128.png|100px|link=http://dlang.org/dlangspec.pdf]] |
</td> | </td> | ||
Line 138: | Line 138: | ||
<td style="padding: 5px 10px; text-align: center"> | <td style="padding: 5px 10px; text-align: center"> | ||
− | [[File:d_cookbook.png|link=http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book]] | + | [[File:d_cookbook.png|100px|link=http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book]] |
</td><td style="padding: 5px 10px;"> | </td><td style="padding: 5px 10px;"> | ||
Line 161: | Line 161: | ||
<td style="padding: 5px 10px; text-align: center"> | <td style="padding: 5px 10px; text-align: center"> | ||
− | [[File:LTWD.PNG|link=http://www.apress.com/9781590599600]] | + | [[File:LTWD.PNG|100px|link=http://www.apress.com/9781590599600]] |
</td><td style="padding: 5px 10px;"> | </td><td style="padding: 5px 10px;"> |
Revision as of 21:32, 24 July 2014
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 | ||
Pragmatic D Tutorial |
Pragmatic introduction to the D Programming Language “This tutorial tries to provide pragmatic information to enable you to start coding ASAP.” ~From the Introduction | ||
D Programming Language Specification |
|||
D Cookbook |
Code examples and explanations from the author's years of using D covering a variety of practical topics. | ||
Learn to Tango with D |
Learn to Tango with D introduces you to the powerful D language, with special attention given to the Tango software library. |