Monthly Archives: January 2012

Haskell Kata: Conway’s Game of Life

Hi everybody! Today I am going to write about another Code Kata experience I had using Haskell. This time the code didn’t come directly from a Coding Dojo (live meeting…Hi everybody! Today I am going to write about another Code … Continue reading

Posted in Haskell, Tech | 3 Comments

Haskell synthesizer: playing with functional sound generation

Some time ago, in a cloudy friday afternoon, I had nothing to do. Me and my friends started talking about the Unix philosophy, and in particular, how everything in Unix…Some time ago, in a cloudy friday afternoon, I had nothing … Continue reading

Posted in Haskell, Tech | 1 Comment

My new computer: A chinese tablet

Yeah – I just bought a chinese tablet (a.k.a “chinapad”) running Android. Specifically, it is sold by DealExtreme, has a 7-inch screen and runs Android 2.3.5 (Gingerbread) – with an…Yeah – I just bought a chinese tablet (a.k.a “chinapad”) running … Continue reading

Posted in Day-to-day, Tech | Leave a comment

Haskell Kata: Bank OCR

Some time ago I used to attend (twice per month) “Coding Dojo UFSC”, the programming practice meeting organized by me and my friends at college… Sadly these meetings are not…Some time ago I used to attend (twice per month) “Coding … Continue reading

Posted in Academia, Bachelor, Haskell, Tech | Leave a comment

Haskell lottery: a nice and easy example of monads and monad transformers

My humble understanding of monads in Haskell began some years ago, when I heard that IO was a Monad (whatever that was)… Despite hearing the dreaded “M” word, I wasn’t…My humble understanding of monads in Haskell began some years ago, … Continue reading

Posted in Day-to-day, Haskell, Tech | Leave a comment