[Haskell-cafe] Haskell: The Craft of Functional Programming 3rd ed is out.

2011-06-16 Thread KC
http://www.haskellcraft.com/craft3e/Home.html -- -- Regards, KC ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Haskell: the Craft of Functional Programming

2007-05-21 Thread PR Stanley
I'm not sure what you mean by "a lot of transcription work". It's an excellent book, aimed at beginners. transcribe :: Print -> Etext Mike PR Stanley wrote: Hi I've acquired a copy of the above title but it requires a lot of transcription work. So, I thought I'd first ensure it

Re: [Haskell-cafe] Haskell: the Craft of Functional Programming

2007-05-20 Thread Marc A. Ziegert
i don't know where my copy is or who it has, for years. but i remember one bad thing... either i missread the following (my english was not that good) or it is a bug in the book: (in the first chapter, i guess) if you have the function > sqr x = x*x then haskell does reduce the term > sqr (1+2)

Re: [Haskell-cafe] Haskell: the Craft of Functional Programming

2007-05-20 Thread Michael Vanier
I'm not sure what you mean by "a lot of transcription work". It's an excellent book, aimed at beginners. Mike PR Stanley wrote: Hi I've acquired a copy of the above title but it requires a lot of transcription work. So, I thought I'd first ensure it's worth the time and effort. This edition

[Haskell-cafe] Haskell: the Craft of Functional Programming

2007-05-20 Thread PR Stanley
Hi I've acquired a copy of the above title but it requires a lot of transcription work. So, I thought I'd first ensure it's worth the time and effort. This edition was published in 1999. All Opinions on the text, good or bad, would be very welcome. Thanks, Paul