Scala Stuff
I’ve been trying to spend a lot of my free time hacking on Scala. I love the language. It’s had a steep learning curve for me, but I’ve really enjoyed the trip. As you get into the language, you appreciate how it’s consistency can make complicated concepts seem simple. Here are some good links that helped me get started:
- Scala training slides: http://github.com/javaBin/scala-training-slides
- Dick Wall’s functional koans: http://github.com/relevance/functional-koans/tree/scala
- Scala for Java refugees: http://www.codecommit.com/blog/scala/roundup-scala-for-java-refugees
- Java Posse Roundup 2010 – Scala discussion: http://javaposse.com/java_posse_314_roundup_10_scala
