search for: rubykoans

Displaying 1 result from an estimated 1 matches for "rubykoans".

Did you mean: rubyians
2011 May 05
0
Ruby Koans an amazing platform for teaching programming. Would this work with R?
For those not familiar Ruby Koans is a fantastic platform for teaching many of the basics of programming in the Ruby language. It uses unit tests written for methods each of which describe a component of the Ruby programming language. http://rubykoans.com/ The koans platform has become popular enough that it has been translated to a few other popular languages. Clojure - https://github.com/functional-koans/clojure-koans Python - https://github.com/gregmalcolm/python_koans Javascript - https://github.com/mrdavidlaing/javascript-koans I have be...