I just made some scripts [0] to download and compile all D examples from Rosettacode. From 186 of 716 examples fail to compile [1]. Some for trivial reasons like not wrapped into a main function or a missing import. Some require SDL or Tango or other third-party libraries.

My ultimate goal was to use this for regression testing dmd. Anyways if people try code examples they should compile out of the box for good PR.

If you are looking for a low-barrier way to support D a little, feel free to check out the fail list [1] and fix some. :)

[0] https://bitbucket.org/qznc/rosetta/src/da12e3673b0d/compile_all/?at=master
[1] https://gist.github.com/qznc/9ba4b0e78abfc35d4694

Reply via email to