Thread overview
Learning D in Atlanta
Aug 30, 2012
Paul
Aug 30, 2012
Jordi Sayol
Aug 30, 2012
Paul
August 30, 2012
What would be the best way to learn this language?  I live in Atlanta.  I program and script as needed.  Okay, at this point I would classify myself as a hack. But I love writing my own exe utilities.  It's just cool, fun, and powerful.  But I have to do so much struggling to get one little scripting-style D app done.

Are they teaching D in universities?  Any good online clasees that one would recommend?  Should I take a C++ class if I can find one?

I have hacked around in C, Python, and VBA as well.

Regards
August 30, 2012
Al 30/08/12 21:32, En/na Paul ha escrit:
> What would be the best way to learn this language?  I live in Atlanta.  I program and script as needed.  Okay, at this point I would classify myself as a hack. But I love writing my own exe utilities.  It's just cool, fun, and powerful.  But I have to do so much struggling to get one little scripting-style D app done.
> 
> Are they teaching D in universities?  Any good online clasees that one would recommend?  Should I take a C++ class if I can find one?
> 
> I have hacked around in C, Python, and VBA as well.
> 
> Regards
> 

Ali Çehreli wrote a really nice book in Turkish to learn D from scratch, that is partially translated to English.

http://ddili.org/ders/d.en/index.html

It's available on-line and as pdf file.

Regards,
-- 
Jordi Sayol

August 30, 2012
On Thursday, 30 August 2012 at 19:59:45 UTC, Jordi Sayol wrote:
> Al 30/08/12 21:32, En/na Paul ha escrit:
>> What would be the best way to learn this language?  I live in Atlanta.  I program and script as needed.  Okay, at this point I would classify myself as a hack. But I love writing my own exe utilities.  It's just cool, fun, and powerful.  But I have to do so much struggling to get one little scripting-style D app done.
>> 
>> Are they teaching D in universities?  Any good online clasees that one would recommend?  Should I take a C++ class if I can find one?
>> 
>> I have hacked around in C, Python, and VBA as well.
>> 
>> Regards
>> 
>
> Ali Çehreli wrote a really nice book in Turkish to learn D from scratch, that is partially translated to English.
>
> http://ddili.org/ders/d.en/index.html
>
> It's available on-line and as pdf file.
>
> Regards,

Thanks Jordi.  Appreciate the feedback.