20100126: Functional Java

Starting to explore Functional Java, which have been on my radar for quite a long time. Of course, the Java syntax without syntactic sugar for closures does not help in accelerating understanding of what's going on particularly in the fj.control.parallel package which contains the most interesting stuff to do concurrent computations.

What I am trying to do is to parallelize maven builds using this framework: