digitalmars.D.learn - Keen to learn D
- Abhishek Mishra (4/4) Sep 04 2016 Hi! I am a newbie and I would like to know more about D language.
- szymski (1/1) Sep 04 2016 You should take a look at this: http://tour.dlang.io/
- bachmeier (17/21) Sep 04 2016 Ali's book can be viewed online (or purchased) and it makes for a
- Nicholas Wilson (6/10) Sep 04 2016 in addition to the link already provided by others
Hi! I am a newbie and I would like to know more about D language. I have prior knowledge of C++(12th Grade/ Pre-University College Level). How should I start? What more do I need to learn. Thanks in advance. :)
Sep 04 2016
You should take a look at this: http://tour.dlang.io/
Sep 04 2016
On Sunday, 4 September 2016 at 20:12:09 UTC, Abhishek Mishra wrote:Hi! I am a newbie and I would like to know more about D language. I have prior knowledge of C++(12th Grade/ Pre-University College Level). How should I start? What more do I need to learn. Thanks in advance. :)Ali's book can be viewed online (or purchased) and it makes for a good introduction to the language. http://ddili.org/ders/d.en/index.html There are three other D books that you'd need to purchase, and they walk you through practical examples, allowing you to see the language in action. They are D Cookbook https://www.packtpub.com/application-development/d-cookbook Learning D https://www.packtpub.com/application-development/learning-d D Web Development https://www.packtpub.com/web-development/d-web-development And of course there is always looking at a project that does something you find interesting, which you can find at http://code.dlang.org/
Sep 04 2016
On Sunday, 4 September 2016 at 20:12:09 UTC, Abhishek Mishra wrote:Hi! I am a newbie and I would like to know more about D language. I have prior knowledge of C++(12th Grade/ Pre-University College Level). How should I start? What more do I need to learn. Thanks in advance. :)in addition to the link already provided by others https://p0nce.github.io/d-idioms/ is a useful list of the way things are done in d, and other insights.
Sep 04 2016