A Haskell A Day: Day One

Xah Lee, 2005-10-21

The Haskell home is at: http://www.haskell.org/

Also a short excyclopedia-style intro about Haskell: Haskell (programming language)↗

The official doc: Haskell 98 Language and Libraries, The Revised Report (2002-12): http://www.haskell.org/onlinereport/

Some tutorials I'll start to read from:

• Haskell-Tutorial (February 2003), by Damir Medak, Gerhard Navratil. ftp://ftp.geoinfo.tuwien.ac.at/navratil/HaskellTutorial.pdf

• Programing in Haskell, by Graham Hutton http://www.cs.nott.ac.uk/~gmh/book.html

Haskell Reference from ZVON.org, by Miloslav Nic. http://zvon.org/download2.php/haskell?title=Haskell+reference


If you use emacs, a haskell-mode package maintained by Stefan Monnier is available at: http://www.iro.umontreal.ca/~monnier/elisp/


The Haskell Compilers is at: http://www.haskell.org/implementations.html

In this project, i'll be using the Glasgow Haskell Compiler: http://www.haskell.org/ghc/

2005-10
© 2005 by Xah Lee.