What are some good links for diving into Haskell and functional programming in general?

link|improve this question
feedback

5 Answers

up vote 13 down vote accepted

Real World Haskell is pretty good for a start: http://book.realworldhaskell.org/read/

link|improve this answer
feedback

Learn You a Haskell for Great Good feels a bit like a Haskell version of Why's (Poignant) Guide to Ruby. Lisperati has a neat Haskell tutorial based on making people happy at a picnic using simulated annealing; it only uses the word "monad" three times!

link|improve this answer
+1 for the Lisperati reference! – gphilip Mar 4 '11 at 2:50
feedback

If you are going to look at Real World Haskell then be sure to sign up for the Real World Haskell Book Club which is a great discussion group and which will also be having regular virtual meeting to go chapter-by-chapter through the book.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.