Scala
-
Getting started with Scala and Scalatra – Part II
In the previous part of the tutorial we created a simple application from scratch and setup Eclipse so we could…
Read More » -
Getting started with Scala and Scalatra – Part I
In this series of tutorials we’re going to look a bit closer at scalatra. Scalatra is a lightweight scala based…
Read More » -
Real World Scala Test
There was recently a study about Scala vs. Java where some of Scala’s productivity, conciseness, and multi-core abilities were put…
Read More » -
Building ScalaFX 1.0 with Gradle 1.1
After becoming a little disenchanted with the SBT for Scala, I wanted an alternative that was more logical, simpler to…
Read More » -
Scala: Missing OO and FP bridge
Scala blends functional and object-oriented programming in many nice ways. You can use both FP an OO-like constructs whichever fits…
Read More » -
Mahout and Scalding for poker collusion detection
When I’ve been reading a very bright book on Mahout, Mahout In Action (which is a great hands-in intro to…
Read More » -
Custom Ordering Scala TreeMap
How do you get custom ordering in a Scala TreeMap? Well this puzzled me for a while. The answer lies…
Read More » -
Power with control: Scala control structures and abstractions
So ramping up with the Scala 101 series, I thought now is an appropriate juncture to introduce control structures in…
Read More » -
ScaTDD: Casting an eye over three major Test frameworks in Scala
Testing has traditionally been the gateway process for Scala development at a number of Java shops looking to evolve their…
Read More »