Recently I decided to look at Haskell programming language. I have downloaded the best available compiler (GHC 6.8.1), retrieved tutorial and started to dig in.
Everyone Haskell-related has promised me the pure functional language. This means lazy evaluations and no side effects. The basic syntax is quite easy, so I have started to do exercises. read more »