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 »

Writing "Hello World" N Times

In order to learn functional programming and about Concurrency this year I picked Erlang. I also want to keep solving some problems so that the syntax »

First Post

HelloWorld.java public class HelloWorld { public static void main(String args[]) { System.out.println("First Blog, all in Browser, hosted on GitHub. Thanks HubPress"); } } »

on java