Difference between revisions of "Books"
(Reorganize based on publication date. The old D1 books should all be at the bottom and the newer stuff near the top. TDPL should always be the first book in the list.) |
(Ali's book should probably always be right after TDPL, particularly since it's regularly updated.) |
||
Line 29: | Line 29: | ||
* [http://www.informit.com/articles/article.aspx?p=1609144 Read chapter 13 online - Concurrency] | * [http://www.informit.com/articles/article.aspx?p=1609144 Read chapter 13 online - Concurrency] | ||
* [http://erdani.com/tdpl/errata/ Errata] | * [http://erdani.com/tdpl/errata/ Errata] | ||
+ | |||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr style="border-bottom: 1px solid #ccc; vertical-align: top;"> | ||
+ | <td style="padding: 5px 10px; text-align: center"> | ||
+ | |||
+ | [[File:100px-PiD_1stEd_Cover.png|100px||link=http://ddili.org/ders/d.en/index.html]] | ||
+ | |||
+ | </td> | ||
+ | <td style="padding: 5px 10px;"> | ||
+ | |||
+ | '''Programming in D'''<br/> | ||
+ | Ali Çehreli<br/> | ||
+ | August 18, 2015<br/> | ||
+ | with frequent online updates | ||
+ | |||
+ | </td><td style="padding: 5px 10px;"> | ||
+ | Comprehensive book for beginners (free and available for purchase) | ||
+ | |||
+ | “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; "> | ||
+ | |||
+ | * [https://www.createspace.com/5618128 CreateSpace] | ||
+ | * [http://www.amazon.com/Programming-Tutorial-Reference-Ali-Cehreli/dp/1515074609 Amazon] | ||
+ | * [http://ddili.org/ders/d.en/index.html The online book] | ||
</td> | </td> | ||
Line 75: | Line 103: | ||
</tr> | </tr> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<tr style="border-bottom: 1px solid #ccc; vertical-align: top;"> | <tr style="border-bottom: 1px solid #ccc; vertical-align: top;"> |
Revision as of 12:43, 15 November 2015
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 book for beginners (free and available for purchase) “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 Web Development |
Leverage the power of D and the vibe.d framework to develop web applications that are incredibly fast | ||
Learning D |
Leverage the modern convenience and modelling power of the D programming language to develop software with native efficiency | ||
The way to program - Let's think like a D(eveloper) |
Programming is a difficult subject to get into. Especially with a very wide variety of options available to learn from. In both book form and websites. The goal of this book is bring topics to your attention and introduce them in a practical manner. | ||
Quick Start With D |
A nice quick start introduction. Available on-line. | ||
Developing with compile time in mind |
Runtime execution is difficult enough, with compile time execution available as well it becomes unimaginable. This book describes design patterns and how to work with compile time function execution effectively. | ||
D programming |
A nice introductory tutorial to D programming. Available on-line and in the PDF format. | ||
D Cookbook |
Code examples and explanations from the author's years of using D covering a variety of practical topics. | ||
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 |
|||
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. | ||
Programmieren in D |
Die Sprache D bringt die Vorteile von C, C++, C#, Java und anderen Sprachen zusammen - verzichtet dabei jedoch auf die Makel. |