Hi HN,<p>What are some programming katas you use when learning a new programming language?<p>I'd like to find a good small size kata that exercises a good number of the language features that one normally uses (IO, common data structures)? So something more extensive than simpler katas like the Bowling kata or Project Euler.
I usually cheat and review a selection of whatever I'm interested in from <a href="http://rosettacode.org/wiki/Category:Programming_Tasks" rel="nofollow">http://rosettacode.org/wiki/Category:Programming_Tasks</a>
I've found <a href="http://exercism.io/" rel="nofollow">http://exercism.io/</a> to be very good for learning a new language.