vote up 8 vote down star
4

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

flag

5 Answers

vote up 12 vote down check

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

link|flag
vote up 6 vote down

There's also Yet Another Haskell Tutorial and A Gentle Introduction to Haskell

link|flag
vote up 9 vote down

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|flag
vote up 2 vote down

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|flag
vote up 1 vote down

An oldie but a goodie: "Haskell: The Craft of Functional Programming"

link|flag

Your Answer

Get an OpenID
or

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