Scala for the Impatient

I am learning Scala and will post all my exercises here. This may help others learn or will give me opportunity to learn from others. »

Partially Applied Functions in Scala

As new to functional programming and Scala, I found it challenging to understand what Partially Applied Functions are. I decided to take it slow and let »

Running an Akka Actor forever

I work on a project that runs as a single process and does many things. I was also reading about Akka for a while and wanted »