Haskell Information
- Information about
Graham Hutton's _Programming in Haskell_(textbook)
- Information about
Graham Hutton's _Programming in Haskell_, first edition
- Lectures
based on Graham Hutton's _Programming in Haskell_ by Dr. Erik Meijer of
Microsoft Research
-
Direct Link to the Countdown Problem video lecture by Graham Hutton,
corresponding to ch.9 [H16] and ch.11 [H07].
- Graham
Hutton. "The Countdown Problem."
Journal of Functional Programming 12, 6, 609-616, November 2002.
- Graham
Hutton on Monads. A video lecture from Computerphile, based on section 12.3
[H16], posted on November 24, 2017
- Brian O'Sullivan, John
Goerzen, and Don Stewart. _Real World Haskell_. O'Reilly, 2009
- Haskell Wikibook
(local copy in pdf).
- 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.
- Simon
Peyton-Jones: Escape from the ivory tower: the Haskell journey. "In
this [2017] talk Simon [Peyton-Jones, editor of the 1998 Haskell report]
discusses Haskell's birth and evolution, including some of the research
and engineering challenges he faced in design and implementation."
- The Haskell 98 Report (pdf)
- The Haskell 2010 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
- Sudoku
- Miscellaneous code