dlang-tour / core

D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Boost Software License 1.0
120 stars 48 forks source link

Validate user output #18

Open wilzbach opened 8 years ago

wilzbach commented 8 years ago

In the node world Nodeschool is pretty popular: http://nodeschool.io/#workshopper-list

You can see its online version here: http://generalhenry.com/

Their idea is pretty simple - download this guide and verification tool. Run it afterwards on your output to validate whether you did the right thing. Maybe the dlang-tour could do something similar to all those algorithm contest websites (e.g. hackerrank supports D) and check the user output.

stonemaster commented 8 years ago

Nice idea. There could be some sort of Exercise section which contains exercise for the readers.