Where to get Best resources on D language?
+4
A:
I've found the D section of the Digital Mars website and the newsgroup to be very good resources.
Joe Gauterin
2009-12-31 13:56:50
The newsgroup linked above (note it's NOT a forum) is a very good resource. If you use it regularly I would recommend you get a real newsgroup reader app rather than use the web interface.
BCS
2009-12-31 18:42:57
This is how I learned a lot of the language. I'd recommend the Phobos sources over the Tango sources. Tango is mostly written in a Java-like subset of D, whereas Phobos (especially the modules written by Andrei Alexandrescu) is more idiomatic D and shows off more of the language's capabilities.
dsimcha
2009-12-31 14:55:11
+5
A:
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.
dsimcha
2009-12-31 14:57:28
I just finished reviewing the latest draft. I highly recommend it if you are at all interested in D.
tony
2010-01-06 06:26:40