Sunday, 3 March 2013

Learning Scala

If you want to learn Scala, and you're a Java developper my advice is to follow this path:
- Start by David Pollak's excellent book: Beginning Scala.
- Move to the 800p !! book by Martin Odersky (Scala is his baby :)) et al.: Programming in Scala
- Practicing with a Scala IDE during your book journey
- Comment the snippets you'll produce from reading those books. This is valuable for code reuse.

No comments:

Post a Comment