views:

367

answers:

5

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

+13  A: 

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

FooLman
+6  A: 

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

TheMarko
+9  A: 

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!

Bkkbrad
+2  A: 

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.

Cory Foy
+1  A: 

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

unclerojelio