Customer Reviews
The wrong way to teach (programming) - By: Per Velschow, 04 Jan 2009 
I really wanted to like this book. The title alone seems so appealing. Instead of the usual, often dry, approach to teaching functional programming by means of mostly mathematical examples, this book takes a completely different approach by using realistic problems. At the same time the book seems targeted at people new to both Haskell & functional programmingin general. Sadly, after reading this book I no longer think this is a viable approach to teaching.
Subjects are introduced as a "side-effect" (no pun intended) of developing fairly complex realistic programs. The authors seem eager to prove that Haskell can indeed be used for this. Unfortunately, this means they lose track of the teaching aspect. Not only do you have to learn difficult programming subjects (such as monads), you also have to understand the individual problemsin the book. And quite frankly, I have little interestin learning how to build a "bar-code reader".
This makes the book more confusing than necessary. Many chaptersin the book refer back to earlier (large!) examples. Even if you read the book from start to end, it becomes a problem having to remember & understand each of these problems. But the worst effect is that it becomes nearly impossible to use the book as a reference.
One positive point about the book. Unlike most (all?) other books on Haskell it focuses on GHC with all of its extensions instead of restricting itself to the academic Haskell-98 standard. Thank you for that!