Thread overview
D on learnxinyminutes.com
Nov 17, 2013
John J
Nov 18, 2013
qznc
Nov 18, 2013
anonymous
Nov 21, 2013
John J
November 17, 2013
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.
November 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.

Writing this is probably a good learning experience for anybody who wants to learn D. Of course, you can ask for feedback here. ;)
November 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.
November 21, 2013
On 11/18/2013 07:38 AM, anonymous wrote:
> 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.


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.