"Michael T. Richter" <[EMAIL PROTECTED]> wrote:
| I've come to the conclusion that I need a book; a book which deals
| primarily with learning functional programming as a paradigm (although
| using Haskell as the illustrative language has obvious benefits). ...
|
| Can anybody recommend such a book to me?
I can recommend two:
Haskell: the craft of functional programming,
Simon Thompson, Addison Wesley, 2nd Edn, 1999.
(ISBN 0201342758)
Introduction to functional programming using Haskell,
Richard Bird, Prentice Hall, 2nd Edn, 1998.
(ISBN 0134843460)
Colin R