Scala
-
Student Questions about Scala, Part 1
Preface I’m currently teaching a course on Applied Text Analysis and am using Scala as the programming language taught and…
Read More » -
Apache Camel – A little Scala DSL example
So we have a Scala DSL in Apache Camel for many years now, and I guess its about time I…
Read More » -
Variations for computing results from sequences in Scala
Introduction A common question from students who are new to Scala is: What is the difference between using the map…
Read More » -
Implicit Conversions in Scala
Following on from the previous post on operator overloading I’m going to be looking at Implicit Conversions, and how we…
Read More » -
Scala: Working with Predicates
I love me some Scala. Actually, since it’s now my day job, I love it all the time. It combines…
Read More » -
First steps with Scala, say goodbye to bash scripts…
Those who know me are aware that I’ve been following play framework, and actively taking part of it’s community, for…
Read More » -
Even simpler scalability with Akka through RegistryActor
Let’s imagine, your system is deployed on one node, where you running actors that literally draining out the resources. You…
Read More » -
First steps into Scala
For over a full year now, I’ve been looking into Scala. I have heard many people talk about it passionately…
Read More » -
Scala for 2012? Deciding Whether to Invest In a Programming Language
I have found it both interesting and rewarding to learn a new programming language or major framework on a roughly…
Read More »