On Tue, 15 Oct 2013 20:13:45 +0200, ProgrammingGhost wrote: > What is the fastest way for me to learn D? I think what I want is a > syntax reference manual and a good tutorial to learn how to find and use > libs.
I learned D by doing two things. 1) Downloading the bundled DMD in a ZIP file. 2) Reading the language reference at http://www.dlang.org (back then it was on DigitalMars website...) That is all you really need. Now I would suggest reading the D Wiki as well. ;)