Brian's Waste of Time

Mon, 15 Dec 2008

Real World Haskell, for Jon

A while back I told Jon that if he wrote something useful with Haskell I'd learn it. He proceeded to do something usful with it, so I have started working my way through the (excellent, so far) Real World Haskell.

So far, I like the language, but I haven't done anything useful with it.

2 writebacks [/src/haskell] permanent link

Thu, 14 Apr 2005

Why Floats are t3h 3v1l

Prelude> 1.1 * 2.2
2.4200000000000004
Prelude> 

13 writebacks [/src/haskell] permanent link

Mon, 11 Apr 2005

Been Pondering Monads...

I've been pondering monads and suddenly the lightbulb goes off. I cannot explain better than LtU does so I won't try. Need to fire up ghci when I have a chance and see if my lightbulb is right.

Drives home that language != syntax.

0 writebacks [/src/haskell] permanent link