Re: Exercises

2022-05-12 Thread Anonymouse via Digitalmars-d-learn
On Thursday, 12 May 2022 at 13:04:51 UTC, Alain De Vos wrote: Is there a link to a webpage with some dlang exercises in order to see if i master the language, from simple to diffucult ? [Rosetta Code](https://www.rosettacode.org) has a bunch, with [many](https://www.rosettacode.org/wiki

Re: Exercises

2022-05-12 Thread zjh via Digitalmars-d-learn
On Thursday, 12 May 2022 at 13:04:51 UTC, Alain De Vos wrote: Is there a link to a webpage with some dlang exercises in order to see if i master the language, from simple to diffucult ? [dtour](https://tour.dlang.org/).

Exercises

2022-05-12 Thread Alain De Vos via Digitalmars-d-learn
Is there a link to a webpage with some dlang exercises in order to see if i master the language, from simple to diffucult ?

Re: Where are the solutions for the exercises of the dlang tour???

2016-06-10 Thread Seb via Digitalmars-d-learn
On Friday, 10 June 2016 at 05:31:18 UTC, Richter wrote: I've been trying to solve the exercise of the caesar encryption for practicing with arrays with no luck. I'm new to D Thanks for your help. :D 1) First of all - sorry that you couldn't find the solution. The tour is still heavily

Where are the solutions for the exercises of the dlang tour???

2016-06-09 Thread Richter via Digitalmars-d-learn
I've been trying to solve the exercise of the caesar encryption for practicing with arrays with no luck. I'm new to D Thanks for your help. :D

Re: Are there any exercises/challenges for D?

2014-08-26 Thread bearophile via Digitalmars-d-learn
maik klein: Are there any exercises/challenges for D? Some exercises here: http://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_D Please announce them here when you solve some of them :-) Bye, bearophile

Re: Are there any exercises/challenges for D?

2014-08-25 Thread Meta via Digitalmars-d-learn
On Sunday, 24 August 2014 at 23:20:21 UTC, maik klein wrote: On Sunday, 24 August 2014 at 21:51:39 UTC, Weaseldog wrote: On Sunday, 24 August 2014 at 20:32:02 UTC, maik klein wrote: Are there any exercises/challenges for D? Something like this? http://www.haskell.org/haskellwiki/99_questions

Re: Are there any exercises/challenges for D?

2014-08-25 Thread Meta via Digitalmars-d-learn
On Tuesday, 26 August 2014 at 01:57:06 UTC, Meta wrote: Have you heard of Project Euler? https://projecteuler.net/ The problems are mostly mathematical, and once you answer you can compare your solution to the other solutions people have written in other languages. The early questions also

Re: Are there any exercises/challenges for D?

2014-08-24 Thread bearophile via Digitalmars-d-learn
maik klein: Are there any exercises/challenges for D? Something like this? http://www.haskell.org/haskellwiki/99_questions/1_to_10 This is an interesting question. There are many exercises/challenges that can be done in D, but I don't know any specific for D. As D challenge I suggest

Re: Are there any exercises/challenges for D?

2014-08-24 Thread Weaseldog via Digitalmars-d-learn
On Sunday, 24 August 2014 at 20:32:02 UTC, maik klein wrote: Are there any exercises/challenges for D? Something like this? http://www.haskell.org/haskellwiki/99_questions/1_to_10 Well, you could port 99 lisp problems to D - D can be written in a fairly functional style ;)

Re: Are there any exercises/challenges for D?

2014-08-24 Thread maik klein via Digitalmars-d-learn
On Sunday, 24 August 2014 at 21:51:39 UTC, Weaseldog wrote: On Sunday, 24 August 2014 at 20:32:02 UTC, maik klein wrote: Are there any exercises/challenges for D? Something like this? http://www.haskell.org/haskellwiki/99_questions/1_to_10 Well, you could port 99 lisp problems to D - D can

Re: Are there any exercises/challenges for D?

2014-08-24 Thread via Digitalmars-d-learn
On Sunday, 24 August 2014 at 23:20:21 UTC, maik klein wrote: It's actually quite strange that no one has done something like this in D, it's usually the first thing people do. Bearophile has created many such examples at Rosettacode.

Re: Are there any exercises/challenges for D?

2014-08-24 Thread Ola Fosheim Gr via Digitalmars-d-learn
On Sunday, 24 August 2014 at 23:36:55 UTC, Ola Fosheim Grøstad wrote: On Sunday, 24 August 2014 at 23:20:21 UTC, maik klein wrote: It's actually quite strange that no one has done something like this in D, it's usually the first thing people do. Bearophile has created many such examples at

Re: Are there any exercises/challenges for D?

2014-08-24 Thread bearophile via Digitalmars-d-learn
Ola Fosheim Grøstad: Bearophile has created many such examples at Rosettacode. I am updating and improving them, but I have created only a percentage of them (60-70%? I don't know). Bye, bearophile