Difference between revisions of "First Language"

From D Wiki
Jump to: navigation, search
(fix wikibook link)
 
Line 4: Line 4:
  
 
If you are a D enthusiast and wish to improve on this current state there is a wikiBook with this goal in mind, [http://en.wikibooks.org/wiki/A_Beginner%27s_Guide_to_D A Beginner's Guide to D].  It currently is pretty minimal and would leave new programmers hanging.
 
If you are a D enthusiast and wish to improve on this current state there is a wikiBook with this goal in mind, [http://en.wikibooks.org/wiki/A_Beginner%27s_Guide_to_D A Beginner's Guide to D].  It currently is pretty minimal and would leave new programmers hanging.
 +
[[Category:Learn]]

Latest revision as of 14:45, 12 May 2020

The book Programming in D' by Ali Cehreli is an excellent resource for someone new to programming who wants to learn D. The book is a translation from Turkish, so if you prefer to read the book in its original language you can do so at D Programlama Dili Dersleri.

Other material that you find on D may use comparisons with other languages for teaching, and those that don't are covering higher level concepts which build on basic programming. But if you must try despite my warnings you should start with D: A Newbie-Oriented Tutorial.

If you are a D enthusiast and wish to improve on this current state there is a wikiBook with this goal in mind, A Beginner's Guide to D. It currently is pretty minimal and would leave new programmers hanging.