Readings for Learning Haskell
Haskell
is a lazy, purely functional programming language.
Learning Haskell
The following are good books for learning Haskell.
I have used both Davie's and Thompson's books
with Computer Science graduate students.
However, the Davie book is a bit out-of-date with respect to the latest
version of Haskell.
-
A. J. T. Davie.
An Introduction to Functional Programming Systems Using Haskell.
Cambridge University Press, New York, NY, 1992.
-
Simon Thompson
The Craft of Functional Programming.
Addison-Wesley Longman, New York, NY, 1996.
Other Haskell Resources
The following are some WWW resources for Haskell.
Last update $Date: 1997/08/07 15:59:56 $
Gary T. Leavens