Re: D Tutorial

2024-12-23 Thread Mike Shah via Digitalmars-d-learn
On Monday, 23 December 2024 at 19:49:41 UTC, Duke wrote: On Saturday, 21 December 2024 at 01:51:27 UTC, Mike Shah wrote: On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA .. I have

Re: D Tutorial

2024-12-23 Thread Mike Shah via Digitalmars-d-learn
On Monday, 23 December 2024 at 12:22:02 UTC, Renato Athaydes wrote: On Saturday, 21 December 2024 at 01:51:27 UTC, Mike Shah wrote: On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA .

Re: D Tutorial

2024-12-23 Thread Duke via Digitalmars-d-learn
On Saturday, 21 December 2024 at 01:51:27 UTC, Mike Shah wrote: On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA .. I have many video tutorials here that may help various topics:

Re: D Tutorial

2024-12-23 Thread Duke via Digitalmars-d-learn
On Friday, 20 December 2024 at 17:41:36 UTC, monkyyy wrote: On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA .. https://github.com/crazymonkyyy/dingbats Thx

Re: D Tutorial

2024-12-23 Thread Renato Athaydes via Digitalmars-d-learn
On Saturday, 21 December 2024 at 01:51:27 UTC, Mike Shah wrote: On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA .. I have many video tutorials here that may help various topics:

Re: D Tutorial

2024-12-20 Thread Mike Shah via Digitalmars-d-learn
On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA .. I have many video tutorials here that may help various topics: https://youtube.com/playlist?list=PLvv0ScY6vfd9Fso-3cB4CGnSlW0E4b

Re: D Tutorial

2024-12-20 Thread zjh via Digitalmars-d-learn
On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Just installed D. [for chinese](https://blog.csdn.net/fqbqrr/category_9761761.html)

Re: D Tutorial

2024-12-20 Thread Bradley Chatha via Digitalmars-d-learn
Also there's this list of assorted features & idioms of D: https://p0nce.github.io/d-idioms/

Re: D Tutorial

2024-12-20 Thread Bradley Chatha via Digitalmars-d-learn
On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Need to work through an online tutorial for the language. Recommendations please. TIA .. I have some old blog posts that are focused around metaprogramming, questionable quality but still may be of use: * Compile-time text templater:

Re: D Tutorial

2024-12-20 Thread monkyyy via Digitalmars-d-learn
On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA .. https://github.com/crazymonkyyy/dingbats

Re: D Tutorial

2024-12-20 Thread Lance Bachmeier via Digitalmars-d-learn
On Friday, 20 December 2024 at 16:35:39 UTC, bauss wrote: On Friday, 20 December 2024 at 16:27:48 UTC, Duke wrote: Ali's book http://ddili.org/ders/d.en/ I recommend using that book and playing around with the examples [in the online D editor](https://run.dlang.io/). Note also that the

Re: D Tutorial

2024-12-20 Thread bauss via Digitalmars-d-learn
On Friday, 20 December 2024 at 16:27:48 UTC, Duke wrote: Ali's book http://ddili.org/ders/d.en/

Re: D Tutorial

2024-12-20 Thread Duke via Digitalmars-d-learn
On Friday, 20 December 2024 at 16:17:21 UTC, Sergey wrote: On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA .. D tour, Ali’s book, chatGPT Then Google more to find more tutorials (l

Re: D Tutorial

2024-12-20 Thread Sergey via Digitalmars-d-learn
On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote: Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA .. D tour, Ali’s book, chatGPT Then Google more to find more tutorials (like this one https://exercism.org/tracks/d) Join Discord -

D Tutorial

2024-12-20 Thread Duke via Digitalmars-d-learn
Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA ..