Re: [Haskell-cafe] Functional Programming Books

2007-10-17 Thread Gour
On Tue, 16 Oct 2007 14:23:31 -0700 Don Stewart <[EMAIL PROTECTED]> wrote: > Is on my wishlist :) Here is my wishlist: http://book.realworldhaskell.org/ :-) Sincerely, Gour signature.asc Description: PGP signature ___ Haskell-Cafe mailing list Haske

Re: [Haskell-cafe] Functional Programming Books

2007-10-16 Thread Justin Bailey
On 10/16/07, Dan Piponi <[EMAIL PROTECTED]> wrote: > > I was just putting together my Amazon wish list and was wondering if > there are any great books on Haskell and/or functional programming > that people think are must-reads. Okasaki's "Purely Functional > Hudak's "The Haskell School of Express

Re: [Haskell-cafe] Functional Programming Books

2007-10-16 Thread Albert Y. C. Lai
Richard Bird's "Introduction to Functional Programming using Haskell, second edition" exceeds other introductory books by introducing laws (e.g., fold laws, fusion laws), efficiency issues (including the stack overflow question, deforestation), and monad transformers. IMO these are under-repre

Re: [Haskell-cafe] Functional Programming Books

2007-10-16 Thread Don Stewart
dpiponi: > I was just putting together my Amazon wish list and was wondering if > there are any great books on Haskell and/or functional programming > that people think are must-reads. Okasaki's "Purely Functional > Programming", Pierce's "Types and Programming Languages" are frequent > recommendat

[Haskell-cafe] Functional Programming Books

2007-10-16 Thread Dan Piponi
I was just putting together my Amazon wish list and was wondering if there are any great books on Haskell and/or functional programming that people think are must-reads. Okasaki's "Purely Functional Programming", Pierce's "Types and Programming Languages" are frequent recommendations. Smullyan's "T