Monthly Archives: May 2014

Creating state with IORef

In my previous blog post, I wrote about the State Monad and how it cannot be used to create a stateful counter. Fortunately, there are many ways and additions in Haskell (like special libraries, etc.) that can be used to … Continue reading

Posted in Development | Comments Off on Creating state with IORef

The disappointing State Monad

So far in my blog posts, we have encountered Monads and have studied them, in order to understand how they behave and how they work. But we have not seen real examples of real Monads in the real professional programming … Continue reading

Posted in Development | Comments Off on The disappointing State Monad

A coding horror story

The year is 1997. And it is the beginning of summer. I knew a consultant that his age was far greater than mine.  This consultant was a foremost expert in a very important area of ERP systems. I do not … Continue reading

Posted in Management | Comments Off on A coding horror story

NumberMania solver

Main points NumberMania solver is an application I just finished creating, which helps you solve the NumberMania puzzles that the puzzles site Brain Teasers provides. The site also makes these puzzles available at its own community in Google plus named … Continue reading

Posted in Development | Comments Off on NumberMania solver