How to learn Haskell
Posted
by anderstornvig
on Stack Overflow
See other posts from Stack Overflow
or by anderstornvig
Published on 2009-06-18T13:17:11Z
Indexed on
2010/05/31
1:02 UTC
Read the original article
Hit count: 284
For a few days I've tried to wrap my head around the functional programming paradigm in Haskell. I've done this by reading tutorials and watching screencasts, but nothing really seems to stick. Now, in learning various imperative/OO languages (like C, Java, PHP), excercises have been a good way for me to go. But since I don't really know what Haskell is capable of and because there are many new concepts to utilize, I haven't known where to start.
So, how did you learn Haskell? What made you really "break the ice"? Also, any good ideas for beginning excercises?
© Stack Overflow or respective owner