I think James Strachan's blog post just put me over the edge. I'm not sure when I'll find the time, but learning Scala has just moved high up on my "things to do to expand my knowledge" list.
What particularly kicked me into high gear was that James is the author of Groovy, from all I've heard an excellent language in its own right. In his post he says I can honestly say if someone had shown me the Programming in Scala book by by Martin Odersky, Lex Spoon & Bill Venners back in 2003 I'd probably have never created Groovy.
Wow. That's some statement.
James' salient points:
- Scala has type inference - and that's a good thing: "it makes code comprehension, navigation & documentation much simpler"
- Scala has high order functions and closures "so you can write beautifully concise code"
- Scala has mixins (called "traits") "so you don't have to muck about with AOP wackiness to get nice modular code"
Time to get Odersky's book and give it a spin.
No comments:
Post a Comment