Scala
-
A crash course in Scala types
After many years of Java development, discovering Scala’s type system and related features was something of a departure for me.…
Read More » -
Partial updates in an immutable World
This post was prompted by a conversation with a good friend, who is an experienced Java developer taking their first,…
Read More » -
Processing JSON in Scala with Jerkson
Introduction The previous tutorial covered basic XML processing in Scala, but as I noted, XML is not the primary choice…
Read More » -
Squealer: An Anti-ORM Influenced Scala Tool
I was reading a blog post from Prismatic the other day and it got me thinking about how we, as…
Read More » -
Scala Basic XML processing
Introduction Pretty much everybody knows what XML is: it is a structured, machine-readable text format for representing information that can…
Read More » -
Publishing Play 2 modules on github
Now you’ve doubtless followed my earlier guides on writing modules for Play 2, I imagine you’re keen to show your…
Read More » -
Binary websockets with Play 2.0 and Scala
In a recent article I showed how you can use webrtc, canvas and websockets together to create a face detection…
Read More » -
Play framework 2 quicktip: Scala console
When I first started to play with Scala, I was amazed by the Scala interactive interpreter (also known as REPL,…
Read More » -
Student Questions about Scala, Part 2
Preface This is the second post answering questions from students in my course on Applied Text Analysis. You can see…
Read More »