Haskell Information
- Information about
Graham Hutton's _Programming in Haskell_ (textbook)
- Lectures
based on Graham Hutton's _Programming in Haskell_ by Dr. Erik Meijer of
Microsoft Research
- Brian O'Sullivan, John
Goerzen, and Don Stewart. _Real World Haskell_. O'Reilly, 2009
- The Haskell wiki
(http://www.haskell.org), with a lot of information
- Paul Hudak, John Hughes,
Simon Peton Jones, and Philip Wadler. "A History of Haskell: Being
Lazy with Class." Third ACM SIGPLAN HIstory of Programming Languages Conference
(HOPL-III), San Diego, CA, 2007, 55 pages (local copy).
See here for more related information.
- The Haskell 98 Report (pdf)
- Prime numbers in
Haskell (recommended by Lewis Cawthorne; the first program was discussed in
class on 2010-09-15)
- Some documents about functional programming in general