views:

79

answers:

2

Are there any coding kata sites that include C# as a language? I really like the way things are done on the Coding Kata site, but they only support JVM based languages - these do include JVM versions of Ruby, Python, and JavaScript; I'm keen on the JavaScript - and I would really like to work through problems in C#.

A: 

Similar area: I'm keen to get into http://www.rubyquiz.com/ and do them in C#.

Dave
+1  A: 

I'm not sure if this applies, but PexForFun seems pretty similar. And you can compile and test your code right in the browser.

Allon Guralnek