On Saturday, 27 February 2016 at 02:48:16 UTC, Andrew Edwards
wrote:
In efforts to actively maintain the D code on RosettaCode and
provide additional code for beta testing, I've thrown together
https://github.com/AndrewEdwards/RosettaCode-D. All of the code
was copied form https://github.com/acmeism/RosettaCodeData but
as one may guess it does not all compile with the current
stable DMD compiler (2.070.0).
I am asking the community's assistance to improve the quality
of this repo and prepare for use in nightly testing of the D
compiler.
Andrew
I think the first thing to do would be to get automated testing
of those programs, maybe based on the C versions (download,
compile, compare outputs?) as the language never gets old.