Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to get Best resources on D language? [closed]

Tags:

d

Where to get Best resources on D language?

like image 756
Rella Avatar asked Dec 31 '09 13:12

Rella


6 Answers

The D Programming Language book by by Andrei Alexandrescu
"The Case for D" article by Andrei Alexandrescu
Official website
Official wiki

like image 195
Li0liQ Avatar answered Jan 18 '23 10:01

Li0liQ


Well, in a few months Andrei Alexandrescu will be releasing his book titled "The D Programming Language." This will likely be a very comprehensive book on version 2 of the language. Until then, read the docs on digitalmars.com, though they're not all that comprehensive.

like image 23
dsimcha Avatar answered Jan 18 '23 10:01

dsimcha


Study Phobos/Tango sources.

like image 32
Biga Avatar answered Jan 18 '23 09:01

Biga


I've found the D section of the Digital Mars website and the newsgroup to be very good resources.

like image 26
JoeG Avatar answered Jan 18 '23 09:01

JoeG


This book is out: D Programming Language, by Andrei Alexandrescu.

I just got it, and can't stop reading it. It's very good, I recommend it.

like image 33
DS. Avatar answered Jan 18 '23 10:01

DS.


irc on freenode:

  • d

  • d.tango

  • ldc

for D and tango: tango

like image 29
bioinfornatics Avatar answered Jan 18 '23 10:01

bioinfornatics