Re: Examples from "Programming in D" book

2025-07-26 Thread Andy Valencia via Digitalmars-d-learn
On Saturday, 26 July 2025 at 20:35:14 UTC, Brother Bill wrote: I think that if someone is starting with "Programming in D", that sample code that is exhaustive would be helpful. It'll be great to see what you come up with. Thanks for taking such a hands-on approach! Andy

Re: Examples from "Programming in D" book

2025-07-26 Thread thinkunix via Digitalmars-d-learn
Brother Bill via Digitalmars-d-learn wrote: I think that if someone is starting with "Programming in D", that sample code that is exhaustive would be helpful. I am one of those where code snippets are not an effective way to learn. I need real working code that I can "play" with. Turning a c

Re: Examples from "Programming in D" book

2025-07-26 Thread Brother Bill via Digitalmars-d-learn
On Saturday, 26 July 2025 at 17:48:43 UTC, Monkyyy wrote: On Friday, 25 July 2025 at 21:27:55 UTC, Brother Bill wrote: On Friday, 25 July 2025 at 18:47:19 UTC, Ali Çehreli wrote: On 7/25/25 4:10 AM, Brother Bill wrote: > On Friday, 25 July 2025 at 10:56:08 UTC, novicetoo wrote: >> check https:/

Re: Examples from "Programming in D" book

2025-07-26 Thread Monkyyy via Digitalmars-d-learn
On Friday, 25 July 2025 at 21:27:55 UTC, Brother Bill wrote: On Friday, 25 July 2025 at 18:47:19 UTC, Ali Çehreli wrote: On 7/25/25 4:10 AM, Brother Bill wrote: > On Friday, 25 July 2025 at 10:56:08 UTC, novicetoo wrote: >> check https://ddili.org/ders/d.en/index.html >> under "Code samples as a

Re: Examples from "Programming in D" book

2025-07-25 Thread Brother Bill via Digitalmars-d-learn
On Friday, 25 July 2025 at 18:47:19 UTC, Ali Çehreli wrote: On 7/25/25 4:10 AM, Brother Bill wrote: > On Friday, 25 July 2025 at 10:56:08 UTC, novicetoo wrote: >> check https://ddili.org/ders/d.en/index.html >> under "Code samples as a .zip file" > > Checked that out. These are not in order, nor

Re: Examples from "Programming in D" book

2025-07-25 Thread Ali Çehreli via Digitalmars-d-learn
On 7/25/25 4:10 AM, Brother Bill wrote: > On Friday, 25 July 2025 at 10:56:08 UTC, novicetoo wrote: >> check https://ddili.org/ders/d.en/index.html >> under "Code samples as a .zip file" > > Checked that out. These are not in order, nor exhaustive. > > I'll create my own code samples, then post t

Re: Examples from "Programming in D" book

2025-07-25 Thread Brother Bill via Digitalmars-d-learn
On Friday, 25 July 2025 at 10:56:08 UTC, novicetoo wrote: check https://ddili.org/ders/d.en/index.html under "Code samples as a .zip file" Checked that out. These are not in order, nor exhaustive. I'll create my own code samples, then post them here first.

Re: Examples from "Programming in D" book

2025-07-25 Thread novicetoo via Digitalmars-d-learn
check https://ddili.org/ders/d.en/index.html under "Code samples as a .zip file"

Examples from "Programming in D" book

2025-07-25 Thread Brother Bill via Digitalmars-d-learn
Has anyone already published the D examples from the "Programming in D" book? If not, I'll do it, and publish it here first. It would be good to have this on dlang.org for D newbies.