d
d copied to clipboard
Exercism exercises in D.
None of the exercises currently utilise any D more unique features or idioms, so I made one that does (ranges)
The [track page](https://exercism.io/my/tracks/d) is showing the "TODO" text underneath the track title because no introduction has been added.
Hello! I just installed d and dub based on the install guide. When I run `dub test` though this is the output: ``` hello-world (master) ⚾ dub test Generating test...
We have decided to require all file-based tracks to provide stubs for their exercises. The lack of stub file generates an unnecessary pain point within Exercism, contributing a significant proportion...
Some exercise README templates contain links to pages which no longer exist in v2 Exercism. For example, C++'s README template had a link to /languages/cpp for instructions on running tests....
Hi, other tracks have a code generator that reads problem specifications and creates exercise test cases reading data from a [common source](https://github.com/exercism/problem-specifications). Do you think it could be useful for...
@ErikSchierboom, I've got the D compiler working on my other computer. As a heads-up, I've got a few exercises I'm looking at adding in the next few weeks. - [x]...
Adds two missing tests as well as a stub for the student.
Related to http://forum.exercism.org/t/48in24-exercise-08-27-pascals-triangle/12056/9