What are some good links for diving into Haskell and functional programming in general?
|
|
Real World Haskell is pretty good for a start: http://book.realworldhaskell.org/read/ |
|||
|
|
|
|
There's also Yet Another Haskell Tutorial and A Gentle Introduction to Haskell |
|||
|
|
|
|
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! |
|||
|
|
|
|
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. |
|||
|
|
|
|
An oldie but a goodie: "Haskell: The Craft of Functional Programming" |
|||
|
|
