Scala Koans
FURTHER DEVELOPMENT
Further development of the scala-koans can be had at https://bitbucket.org/dickwall/scala-koans/overview
About the Scala Koans
Inspired by the Ruby koans, the Scala koans will guide you on your journey to learn Scala.
How to start your journey
Run sbt
or sbt.bat
depending on your platform. Then in the shell run ~koans
and follow the steps.
Sources and inspirations
- Edgecase's ruby_kaons @ http://github.com/edgecase/ruby_koans
- Relevance's functional-koans @ http://github.com/relevance/functional-koans
- goneflyin's fork of functional-kaons @ http://github.com/goneflyin/functional-koans
- chenry's scala_koans @ http://github.com/chenry/scala_koans