Difference between revisions of "Books"

From D Wiki
Jump to: navigation, search
(Updated the status of "D Web Development")
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<u>'''PLEASE NOTE''': The links to Amazon are affiliated with the D Language Foundation, so by simply following them you support the Foundation at no cost to you.</u>
 +
 
<table style="border-collapse: collapse;">
 
<table style="border-collapse: collapse;">
  
Line 7: Line 9:
 
<td style="padding: 5px 10px; text-align: center">
 
<td style="padding: 5px 10px; text-align: center">
  
[[File:book_tdpl_128.png|100px||link=http://www.amazon.com/D-Programming-Language-Andrei-Alexandrescu/dp/0321635361]]
+
[[File:book_tdpl_128.png|100px||link=http://amzn.to/1ZTDmqH]]
  
 
</td><td style="padding: 5px 10px;">
 
</td><td style="padding: 5px 10px;">
Line 23: Line 25:
 
</td><td style="padding: 5px 10px; ">
 
</td><td style="padding: 5px 10px; ">
  
* [http://www.amazon.com/D-Programming-Language-Andrei-Alexandrescu/dp/0321635361 Amazon]
+
* [http://amzn.to/1ZTDmqH Amazon]
 
* [http://www.informit.com/articles/article.aspx?p=1381876 Read chapter 1 online - "D"iving In]
 
* [http://www.informit.com/articles/article.aspx?p=1381876 Read chapter 1 online - "D"iving In]
 
* [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]
Line 41: Line 43:
 
'''Programming in D'''<br/>
 
'''Programming in D'''<br/>
 
Ali Çehreli<br/>
 
Ali Çehreli<br/>
November 2015<br/>
+
May 2017<br/>
 
with frequent online updates
 
with frequent online updates
  
Line 52: Line 54:
 
</td><td style="padding: 5px 10px; ">
 
</td><td style="padding: 5px 10px; ">
  
* [http://www.amazon.com/Programming-Tutorial-Reference-Ali-Cehreli/dp/1515074609 Amazon]
+
* [http://amzn.to/1MJGyTL Amazon]
 
* [http://ddili.org/ders/d.en/index.html The online book]
 
* [http://ddili.org/ders/d.en/index.html The online book]
  
Line 75: Line 77:
  
 
* [https://www.packtpub.com/web-development/d-web-development Publisher's page]
 
* [https://www.packtpub.com/web-development/d-web-development Publisher's page]
* [http://www.amazon.com/D-Web-Development-Kai-Nacke/dp/178528889X Amazon]
+
* [http://amzn.to/1qdrvrH Amazon]
  
 
</td>
 
</td>
Line 203: Line 205:
  
 
* [http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book Publisher's page]
 
* [http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book Publisher's page]
* [http://www.amazon.com/dp/1783287217/?tag=packtpubli-20 Amazon]
+
* [http://amzn.to/1ZTE47m Amazon]
  
 
</td>
 
</td>
Line 305: Line 307:
  
 
* [http://www.apress.com/9781590599600 Publisher's page]
 
* [http://www.apress.com/9781590599600 Publisher's page]
* [http://www.amazon.com/Learn-Tango-FirstPress-Kris-Bell/dp/1590599608 Amazon]
+
* [http://amzn.to/1qds4Sj Amazon]
  
 
</td>
 
</td>

Revision as of 17:21, 29 August 2017

PLEASE NOTE: The links to Amazon are affiliated with the D Language Foundation, so by simply following them you support the Foundation at no cost to you.

Title / Author / InfoDescriptionLinks

Book tdpl 128.png

The D Programming Language
Andrei Alexandrescu
June 12, 2010

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

100px-PiD 1stEd Cover.png

Programming in D
Ali Çehreli
May 2017
with frequent online updates

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

Icon D Web Development.png

D Web Development
Kai Nacke
January 2016

Leverage the power of D and the vibe.d framework to develop web applications that are incredibly fast

Icon Learning D.png

Learning D
Michael Parker
November 27, 2015

Leverage the modern convenience and modelling power of the D programming language to develop software with native efficiency

Twp-DCover.png

The way to program - Let's think like a D(eveloper)
Richard Cattermole
June 16, 2015

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.

Icon book 128 D.png

Quick Start With D
Ilya Yaroshenko
April 1, 2015

A nice quick start introduction. Available on-line.

Ctfebookcover1424127575.jpg

Developing with compile time in mind
Richard Cattermole
February 17, 2015

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.

Icon book 128 D.png

D programming
Unknown
January 1, 2015

A nice introductory tutorial to D programming. Available on-line and in the PDF format.

D cookbook.png

D Cookbook
Adam D. Ruppe
May 26, 2014

Code examples and explanations from the author's years of using D covering a variety of practical topics.

Icon book 128 D.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

Icon book 128 D.png

Pragmatic D Tutorial
Andreas Zwinkau

Pragmatic introduction to the D Programming Language

“This tutorial tries to provide pragmatic information to enable you to start coding ASAP.”

~From the Introduction

Icon book 128 D.png

D Programming Language Specification

  • PDF
  • CHM Microsoft Compiled HTML Help
  • EPub E-book Readers
  • Mobi Kindle Format

LTWD.PNG

Learn to Tango with D
Kris Bell, Lars Ivar Igesund, Sean Kelly and Michael Parker
January 7, 2008

Learn to Tango with D introduces you to the powerful D language, with special attention given to the Tango software library.

PinD.PNG

Programmieren in D
German Language
Tobias Wassermann, Christian Speer
14. November 2007

Die Sprache D bringt die Vorteile von C, C++, C#, Java und anderen Sprachen zusammen - verzichtet dabei jedoch auf die Makel.