digitalmars.D.learn - D Tutorial
- Duke (3/3) Dec 20 Just installed D.
- Sergey (5/8) Dec 20 D tour, Ali’s book, chatGPT
- Duke (6/15) Dec 20 Did the D tour => not great!
- bauss (2/3) Dec 20 http://ddili.org/ders/d.en/
- Lance Bachmeier (6/9) Dec 20 I recommend using that book and playing around with the examples
- monkyyy (2/5) Dec 20 https://github.com/crazymonkyyy/dingbats
- Duke (2/8) Dec 23 Thx
- Bradley Chatha (8/10) Dec 20 I have some old blog posts that are focused around
- Bradley Chatha (2/2) Dec 20 Also there's this list of assorted features & idioms of D:
- zjh (2/3) Dec 20 [for chinese](https://blog.csdn.net/fqbqrr/category_9761761.html)
- Mike Shah (3/6) Dec 20 I have many video tutorials here that may help various topics:
- Renato Athaydes (4/11) Dec 23 Hey! I watched most of your videos! Thanks for creating them,
- Mike Shah (3/16) Dec 23 Thank you!
- Duke (3/10) Dec 23 I'm an imperative paradigm type of person. Do you have tuts in
- Mike Shah (5/17) Dec 23 That particular video series is covering the D language with a
Just installed D. Need to work through an online tutorial for the language. Recommendations please. TIA ..
Dec 20
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 - ask questions here and there
Dec 20
On Friday, 20 December 2024 at 16:17:21 UTC, Sergey wrote:On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote:Did the D tour => not great! Ali's book???? IRC channel?? I'll check out the exercism link! Thx!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 - ask questions here and there
Dec 20
On Friday, 20 December 2024 at 16:27:48 UTC, Duke wrote:Ali's book????http://ddili.org/ders/d.en/
Dec 20
On Friday, 20 December 2024 at 16:35:39 UTC, bauss wrote:On Friday, 20 December 2024 at 16:27:48 UTC, Duke wrote:I recommend using that book and playing around with the examples [in the online D editor](https://run.dlang.io/). Note also that the standard library documentation has executable examples. That's useful if you have a programming background and want to learn "how do I do [whatever] in D?"Ali's book????http://ddili.org/ders/d.en/
Dec 20
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
Dec 20
On Friday, 20 December 2024 at 17:41:36 UTC, monkyyy wrote:On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote:ThxJust installed D. Need to work through an online tutorial for the language. Recommendations please. TIA ..https://github.com/crazymonkyyy/dingbats
Dec 23
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: https://github.com/BradleyChatha/PersonalWebsite/blob/master/PersonalWebsite/wwwroot/blogs/MetaprogrammingInD/01_simple_text_template.md * A small series on making a JSON serialiser focused around metaprogramming: https://github.com/BradleyChatha/PersonalWebsite/tree/master/PersonalWebsite/wwwroot/blogs/JsonSerialiser
Dec 20
Also there's this list of assorted features & idioms of D: https://p0nce.github.io/d-idioms/
Dec 20
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)
Dec 20
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-3cB4CGnSlW0E4btJV&si=KEmBLrydwKq84Amq
Dec 20
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:Hey! I watched most of your videos! Thanks for creating them, they were quite helpful. Highly recommended.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-3cB4CGnSlW0E4btJV&si=KEmBLrydwKq84Amq
Dec 23
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:Thank you!On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote:Hey! I watched most of your videos! Thanks for creating them, they were quite helpful. Highly recommended.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-3cB4CGnSlW0E4btJV&si=KEmBLrydwKq84Amq
Dec 23
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:I'm an imperative paradigm type of person. Do you have tuts in that line. I HATE OOP - and that's no lie! TIAJust 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-3cB4CGnSlW0E4btJV&si=KEmBLrydwKq84Amq
Dec 23
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:That particular video series is covering the D language with a wide coverage, so there's several paradigms mixed in. In the future I'll do various projects that may use one style or another in context of solving some problem 🙂On Friday, 20 December 2024 at 16:10:05 UTC, Duke wrote:I'm an imperative paradigm type of person. Do you have tuts in that line. I HATE OOP - and that's no lie! TIAJust 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-3cB4CGnSlW0E4btJV&si=KEmBLrydwKq84Amq
Dec 23