Scripting in Scala….

Interpreter style can be easier than one might think. See Vassil Dichev´s Embedded Scala Interpreter

Wanted : book on Scala !

I’m currently running out of IT read : what will I do during my daily train commute ? More seriously, Scala is on my radar since quite some time, and obviously uwe starts to get serious about it as well… Any suggestion for a good book about it ? Ideally, the kind of book I [...]

cheat sheet for scala syntax

via cheat sheet for scala syntax. this cheat sheet’s goals are: 1. lookup: easily find particular scala syntax you come across, since google fails 2. coverage: overview the breadth of scala language concepts/capabilities 3. brevity

Running Scala specs tests in Maven with JUnit 4 – mccv

via Running Scala specs tests in Maven with JUnit 4 – mccv.

Playing with Scala

until now i withstood the forbidden fruit of spending time with scala. until this morning i just pushed this until Jan´s book was delivered but really, after i just had a first glance of it…. how could this be not interesting?  Java |  copy |? object E { def main(args : Array[String]) : Unit = { new Foo().foo; (new [...]