digitalmars.D.learn - D on learnxinyminutes.com
- John J (4/4) Nov 17 2013 Can you please add the D language to the http://learnxinyminutes.com/
Can you please add the D language to the http://learnxinyminutes.com/ That's an interesting way of quickly introducing a language through a long and well commented code example. There are several other languages on that site already but the D is missing.
Nov 17 2013
On Sunday, 17 November 2013 at 20:56:47 UTC, John J wrote:Can you please add the D language to the http://learnxinyminutes.com/ That's an interesting way of quickly introducing a language through a long and well commented code example.Writing this is probably a good learning experience for anybody who wants to learn D. Of course, you can ask for feedback here. ;)
Nov 18 2013
On Sunday, 17 November 2013 at 20:56:47 UTC, John J wrote:Can you please add the D language to the http://learnxinyminutes.com/ That's an interesting way of quickly introducing a language through a long and well commented code example. There are several other languages on that site already but the D is missing.I had a go at it a while ago, but I lost interest. Here's what I came up with: <https://gist.github.com/anonymous/7527033>. If anyone wants to get this done, take what you want from my draft.
Nov 18 2013
On 11/18/2013 07:38 AM, anonymous wrote:On Sunday, 17 November 2013 at 20:56:47 UTC, John J wrote:Awesome! I have quickly learned new things from this, while my learning from books is going very slow for lack of time. IMO, this is good enough for uploading to that site and then enhance it later.. Thanks for writing it.Can you please add the D language to the http://learnxinyminutes.com/ That's an interesting way of quickly introducing a language through a long and well commented code example. There are several other languages on that site already but the D is missing.I had a go at it a while ago, but I lost interest. Here's what I came up with: <https://gist.github.com/anonymous/7527033>. If anyone wants to get this done, take what you want from my draft.
Nov 21 2013