I’ve attended Scala.io, the French Scala conference. This year, after the previous editions were based in Paris, the conference relocated to Lyon.
[Read More]
The first two chapters of Functional Programming in Scala (“FPiS” from now on) contain introduction material to both Scala and functional programming.
[Read More]
In functional programming functions are the basic building block. Scala is a hybrid language where imperative and functional programming paradigms live side by side, it’s also targeting the JVM, and until Java 8 will rule the land, functions must behave nicely in the bytecode produced by the compiler.
[Read More]