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
2 writebacks [/src/haskell] permanent link
Thu, 14 Apr 2005
Prelude> 1.1 * 2.2
2.4200000000000004
Prelude>
13 writebacks [/src/haskell] permanent link
Mon, 11 Apr 2005I'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.