|
|||||||||||||||||||||||||||||||||||
|
13 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
27 of 28 people found the following review helpful:
4.0 out of 5 stars
The Haskell School of Expression,
By George Spencer Young (State College, PA USA) - See all my reviews
This review is from: The Haskell School of Expression: Learning Functional Programming through Multimedia (Paperback)
As an experienced programmer new to Haskell I found this book both enlightening and frustrating. The author does a superb job of teaching you how to think like a functional programmer, his stated goal, but occasionally leaps over too many steps for a beginner to follow his implementations. The book is however quite readable and works well in conjunction with the various on-line tutorials on Haskell syntax. I'd recommend the book for anyone looking to get into serious functional programming.
21 of 22 people found the following review helpful:
5.0 out of 5 stars
Outstanding book!,
By A Customer
This review is from: The Haskell School of Expression: Learning Functional Programming through Multimedia (Paperback)
This book takes a nice approach to teaching functional programming. Paul Hudak uses fun examples, with applications to multimedia. Early on you are using the graphics library to make shapes in windows, and by the end there is Haskore, a cool way to compose music. However, these examples are not JUST fun, they also serve as nice examples of how to think about and construct functional programs, in domains where functional programs really excel. If you ever thought about learning what this stuff was about, this book is the right choice!
23 of 25 people found the following review helpful:
5.0 out of 5 stars
Inspires investigation of Haskell using great examples,
This review is from: The Haskell School of Expression: Learning Functional Programming through Multimedia (Paperback)
C, Java, Pascal, Ada, and so on, are all imperative languages. They are "imperative" in the sense that they consist of a sequence of commands, which are executed strictly one after the other. Haskell is a functional language. A functional program is a single expression, which is executed by evaluating the expression. Anyone who has used a spreadsheet has experience of functional programming. In a spreadsheet, one specifies the value of each cell in terms of the values of other cells. The focus is on what is to be computed, not how it should be computed.
This book is a unique attempt to teach the reader the Haskell programming language by demonstrating how to write programs that perform interesting tasks such as animation, graphics, robot control, and functional music composition. The book succeeds at introducing the reader to the Haskell language and the idea of functional programming, and the book is a fascinating read with unique projects performed in the Haskell language. This is particularly true if you are interested in multimedia programming. However, intermediate features of the language are brushed over. If you are already familiar with Haskell, this book will teach you interesting ways to look at functional programming and give you some ideas for some interesting projects. If you are new to Haskell, you are going to find yourself somewhat confused when you get to the more advanced material. I therefore recommend that you read this book along with "Haskell:The Craft of Functional Programming" by Thompson. That book is not nearly as interesting as this book, but it fills in all of the intermediate details that are missing in a very detailed manner.
27 of 30 people found the following review helpful:
3.0 out of 5 stars
Interesting but not good for a first book.,
This review is from: The Haskell School of Expression: Learning Functional Programming through Multimedia (Paperback)
This text is nicely produced and has some interesting examples of Haskell programming. However, the book is mainly examples of Haskell and functional programming rather than explanations of Haskell and FP. The exposition is spotty and assumes a lot. It would best be considered a second book for those learning Haskell.
17 of 18 people found the following review helpful:
5.0 out of 5 stars
Brings out the "fun" in functional programming,
By Dean Herington (Hillsborough, NC USA) - See all my reviews
This review is from: The Haskell School of Expression: Learning Functional Programming through Multimedia (Paperback)
I already knew Haskell when I started reading this book, but it held my interest right through to the end. This is largely due to Hudak's choice of interesting application domains (graphics, animation, robotics, music) and how neatly applications in these domains can be expressed in Haskell. (As an advanced reader, I was particularly interested in the treatment of the design and implementation of his functional animation language.) More than just that, though, the book's success derives from a very nice blending of theory and practice. I especially liked his use of calculational reasoning as a approachable form of program proof. I highly recommend this book if you want to learn functional programming--tastefully--and have fun while doing it.
16 of 17 people found the following review helpful:
3.0 out of 5 stars
Not a good first book,
By
This review is from: The Haskell School of Expression: Learning Functional Programming through Multimedia (Paperback)
This book is well thought out and well written, but makes a poor introduction to Haskell. The first few chapters are great as the author spends a lot of time laying the foundation of functional programming and Haskell. However, the author skips the intermediate level items and goes straight to the more difficult aspects without enough explanation. I simply could not follow many of the later examples. Furthermore, some of the chapters did not introduce any new concepts and instead were there only to complete the examples - something I found frustrating as that space could have been used to better describe some of the concepts. All in all this could be a good book for more advanced Haskellers looking for real world examples, but I would shy away from it.
22 of 25 people found the following review helpful:
5.0 out of 5 stars
If you like programming ...,
By
This review is from: The Haskell School of Expression: Learning Functional Programming through Multimedia (Paperback)
in general, and if you don't know Haskell, OCaML, ML, or F#, then you really should buy this book and work through it.
A generation ago, Abelson and Sussman wrote "Structure and Interpretation of Computer Programs," which brought world-shaping clarity to programming in the form of a generic, functional approach. In the time since then, "types" and "lazy evaluation" have fundamentally improved that overall approach, and Haskell is the rightful successor to Scheme as the best-of-breed of functional programming languages. That said, types and lazy evaluation are somewhat tricky to learn, and this book offers a fun and easy way to do it. The software needed to run the samples in the book is free and works on Windows platforms (and possibly some others). Buy it, work through every word of it, you won't regret it :)
6 of 8 people found the following review helpful:
4.0 out of 5 stars
Good book.,
By W. Ghost (Brazil) - See all my reviews
This review is from: The Haskell School of Expression: Learning Functional Programming through Multimedia (Paperback)
This is a good book... However, I wish I hadn't bought it. It seems to focus too much on geometry and multimedia, which is not that interesting to me. (Yes, I knew that when I bought the book).
Anyway, my problem with it is that it seems more suited to someone who'll learn in a "linear" way, going through all chapters (maybe because functions defined in previous chapters are used in the others). I'd rather get a book with self-contained chapters (for example, I've learned Lisp with Peter Seibel's "Practical Common Lisp", and I jumped around, reading chapters as I felt like, or as I needed them). But it's great if you don't mind having to go through all of it. Maybe it's me, I don't know. I just didn't really like it.
1 of 1 people found the following review helpful:
4.0 out of 5 stars
Happy,
By
This review is from: The Haskell School of Expression: Learning Functional Programming through Multimedia (Paperback)
The concepts in the book are great. It is fairly easy to follow. The problem is most of the examples are based upon a graphics library that doesn't exist any longer. It would be great if there was a second edition, which updated the examples.
1 of 1 people found the following review helpful:
3.0 out of 5 stars
Not a good place to start,
By
This review is from: The Haskell School of Expression: Learning Functional Programming through Multimedia (Paperback)
I have to agree with a variety of reviewers who describe this book as an excellent read but not a good place to learn Haskell. What this book will do is give the reader an excellent understanding of functional programming, but descriptions of nitty gritty language details are lacking. I feel that were it not the case that I already hold some familiarity with standard ML (a language that looks and feels very similar to Haskell) I would be completely lost for lack of rigorous discourse on pattern matching, type inference and higher order functions. The author seems to assume that the reader holds specific prior knowledge on a variety of topics which I think would be cumbersome to a reader without prior functional programming exposure (specifically languages loosely describable as "in the ML family").
All that being said, I do find the book a delightful read. So long as a potential reader use this as supplemental material rather than foundational material the text worth a look. Indeed the criticism that I and others have leveled assumes a specific intent on the part of the author that may not be what the author had in mind. This book is an excellent high level look at how one versed in imperative or object oriented programming can shift their thinking into solving problems with functional mechanisms. I personally see the need for learning functional programming as a response to more and more languages incorporating functional paradigms into their tool set, particularly the high level scripting languages that have jumped in popularity of late. Even the STL and auxiliary libraries of C++ have an interesting emphasis on higher order functions and the composition thereof that makes a foundation in functional programming worth looking into. This book is an excellent place to look into how functional programming is applied, but I recommend looking elsewhere for details specific to the Haskell programming language. |
|
Most Helpful First | Newest First
|
|
The Haskell School of Expression: Learning Functional Programming through Multimedia by Paul Hudak (Hardcover - February 28, 2000)
$131.00 $112.54
In Stock | ||