Related Subjects: Author Index Reviews Page 1 2
Book reviews for "Sussman,_Gerald" sorted by average review score:

Structure and Interpretation of Classical Mechanics
Published in Hardcover by MIT Press (19 March, 2001)
Authors: Gerald Jay Sussman and Jack Wisdom
Amazon base price: $65.00
Used price: $56.17
Buy one from zShops for: $49.95
Average review score:

Expensive book... worth a look online
If you're reading this review now, you're considering whether this text is worthy of your [money]. Well, stop the guessing, and just read the darn thing for free at [the website]

I've found the first part of it is the same classical stuff I've seen over and over, but in a new light, differently perceived, and worthy of, sometimes, just closing the book and thinking about the implications. Take what I say with a grain of salt, as I've not nearly read everything. See for yourself, as well. There'll be no mystery.

(The famed "sister text," SICP, is also online as well at the appropriate address)

New milestone
I can't rave enough -- by page 27, Sussman crisply solves a fundamental problem that I noticed as a schoolboy dacades ago, and for which I never found a satisfactory solution despite discussing it with generations of the world's finest physicists, and that is, how, in Lagrange's equation, can @L/@q be treated independently of @L/@q_dot when q_dot depends on q through dq/dt=q_dot by assumption? Having had a lifelong mystery dispatched in a footnote, I am breathlessly working my way through the rest. I expect this will be a book I revisit every few years or so, like SICP, Abelson & Sussman's book on Computer Programs.

Structure and Interpretation of a Great Text
Among the horrors of modern education is the production of vast quantities of poorly written, error ridden science text books. This is in spite of the fact that many if not most of the great scientists of the 20th century have been excellent writers and lecturers. Einstein and Feynman are important examples: brilliant in their discoveries, they were equally brilliant in their abilities to describe and explain some of the most difficult concepts of science. We should be asking why these people can write about their work with such perfection while the "professionally produced" text books in our high schools and colleges are so mediocre.

The MIT Press stands among those publishers producing the very best work. Sussman's and Wisdom's text, "The Structure and Interpretation of Classical Mechanics", provides a wonderful example. Here is a book providing further proof that (a) great science necessarily includes excellent writing and communications, (b) brilliant scientists tend to be the best writers in their fields, and (c) a text book on a difficult subject can be remarkably enjoyable as well as informative when well conceived and well written.

The very first chapter, "Lagrangian Mechanics", is worth the price of admission. It has all the attributes which make the entire book a gem: it is concise, efficient, clear, compact, full, and rewarding. Every sentence contains important ideas and information, yet each sentence is clear and direct. These are attributes usually associated with poetry, and one could argue that this text book approaches that level of literature. In the first three pages of the chapter, the authors present as complete a discussion as I've read on the relationship of mathematics to natural phenomena, the basic project of classical mechanics, and the "remarkable discovery that the same mathematical tools used to describe the motions of the planets can be used to describe the motion of the juggling pin." Furthermore, the chapter introduces and describes the concepts of configuration paths, variational formulation (and why that has some advantages over the classical Newtonian formulation), generalized coordinates, and the relationship of these formulations to a computer program in Scheme.

By the end of the chapter, students will be immersed in the subject out of interest, and will fully appreciate the themes and likely outcomes of the book. Classical mechanics will essentially "come to life" through a well structured use of computers to achieve a very deep understanding of classical systems.

Jump next to the book's Appendices, which present an introduction to the computer programming language of Scheme and a full explanation of the authors' adaptation of functional mathematical notation. Scheme is wonderfully crafted language for exploring, describing, and demonstrating science and mathematics. The mergence of Scheme, functional notation, and classical mechanics in a single text while retaining almost luminescent clarity ranks among great educational achievements!

This is almost too incredible to say, but the truth is that an entire semester could be dedicated to the first chapter and the two appendices, and everyone involved --- teacher and students --- would be entirely satisfied. But in this text, and in a course based on this text, these sections would serve as appetizers, and we would all want more. Fortunately, there is plenty more.

The authors write that they prefer using functional notation to traditional mathematical notation because, "In functional notation mathematical expressions are unambiguous and self-contained." This statement is, in fact, the best description of the entire book.

I believe that the book could be used effectively in high school, if there was some capacity for integrated curriculum planning. Students could be learning Scheme --- an excellent language to learn if programming is a major interest or even hobby --- and physics and math. Not least importantly, students would also learn the importance of good writing.

Some will argue that the book is more a college text, although I think we tend to underestimate the powerful minds and interests of younger learners. In either case, this book belongs in those places promoting good science and quality education, and, if you simply enjoy learning and reading, it has a place on your home bookshelf.


Structure and Interpretation of Computer Programs - 2nd Edition (MIT Electrical Engineering and Computer Science)
Published in Hardcover by MIT Press (25 July, 1996)
Authors: Harold Abelson and Gerald Jay Sussman
Amazon base price: $70.00
Used price: $44.00
Buy one from zShops for: $49.95
Average review score:

Misguided intro, but great theory
Frankly, I'm appalled at the elitists comments made by many of the 5-star reviewers. It's that very superior attitude which prevents the comp-sci field from creating more scientists rather than code monkeys and justifies poor pedagogy and technical writing for the sake of "scientific integrity."

SICP is neither masterpiece nor pariah. No other introduction to computer science has a truer grasp of the "soul" of computer science. Not only that, but there is ALOT of useful theory in here, if you have the patience to look.

But, the book suffers for dreadful writing and advocacy of a language that can be really quite a horror for beginning programmers. On one hand, the authors took an approach that should have been brilliantly successful. On the other, they did a terrible job explaining fairly simple ideas (or, rather, ideas that should have been simple.)

But, the truth is SICP has SO MUCH to offer. Unfortunatedly, the book is only as educational as the CS professor who teaches it. It turns out that the Berkeley professor who said that SICP is "the greatest CS book ever written" is the finest CS teacher at Berkeley. Unfortunatedly, most CS professors are not even 1/10th as good as he is and therefore help make SICP a tortorous excursion.

As a EECS major at Berkeley, I've come to realize just how important theory is in the field of CS. And to that end, I think it is as easily critical that theory should be taught with the utmost respect, not only for the field but the students. SICP is a brilliant master, but often a contemptuous teacher.

A solid textbook
I fall between the polarized views of the reviewers of this textbook. This is a well-written introduction to Lisp programming and Scheme, and introduces many important concepts in Computer Science. The problem with it is that it is not a suitable book for a beginner -- I don't consider it a gentle introduction to computer science -- and for someone experienced enough to be comfortable with its ideas, it doesn't introduce many interesting ideas until Chapter 3. Unlike other people I guess, I found the reading sometimes difficult, but interesting and comprehensible. I didn't learn much of anything (except Scheme) until the Brandeis course I took reached the discussion of the environmental model of evaluation. But from there on I learned some interesting ideas, especially about the interpretation of computer programs, non-deterministic programming, and logic. Unfortunately we didn't get to the last chapter on compilation, but I might look at that this summer. At Brandeis University, this is the second course in the major, not counting two optional intro courses which are designed for non-majors and people with little background who want to be majors. But even with the interesting ideas, it was mainly Lisp that I learned, which I don't consider a waste of time by any means.

Outstanding
The negative reviewers entirely missed the point of this book. The issues are not c++ versus scheme, nor the gap between the book's examples and real-world programs, nor that recursion is less intuitive than looping.

The real point is to teach some very core foundations of computer science that show up everywhere. For example, supposedly revolutionary XML looks a heck of a lot like a nested scheme list, first described in 1960. And processing an active server page (or Java server page) is very much like the textbook's specialized language evaluator. Finally, c++ polymorphism through vtables and part of Microsoft's COM mechanics are the exact same thing as the book's data-directed programming section.

This is very deep material for a programming newbie to learn outside a course, but for an experienced nerd who's looking for a systematic framework, it's absolutely terrific. I had done lots of lisp and compiler work before reading the book, so many of the concepts were not new. But it's with this framework in mind that I learn new technologies, and this approach greatly speeds up how long it takes to understand each week's "new" hot product/language/tool/mindset. Put another way: why do so many popular computer books take 1000 pages to describe a few trivial concepts?


Challenge of Integrated Rural Development in India
Published in Paperback by Westview Press (1982)
Author: Gerald Edward Sussman
Amazon base price: $36.50
Average review score:
No reviews found.

Communication, Technology, and Politics in the Information Age
Published in Paperback by Sage Publications (1997)
Author: Gerald Sussman
Amazon base price: $29.95
Used price: $10.00
Collectible price: $41.75
Buy one from zShops for: $22.95
Average review score:
No reviews found.

A computer model of skill acquisition
Published in Unknown Binding by American Elsevier Pub. Co. ()
Author: Gerald Jay Sussman
Amazon base price: $
Average review score:
No reviews found.

Global Productions: Labor in the Making of the "Information Society" (The Hampton Press Communication Series)
Published in Paperback by Hampton Pr (1998)
Authors: Gerald Sussman and John A. Lent
Amazon base price: $27.50
Average review score:
No reviews found.

Global Productions: Labour in the Making of the "Information Society" (Hampton Press Communication Series)
Published in Hardcover by Hampton Pr (1998)
Authors: Gerald Sussman and John A. Lent
Amazon base price: $65.00
Used price: $26.00
Average review score:
No reviews found.

The National Factoid: Not Really True Stories of the TV Newscasters
Published in Paperback by William Morrow & Co (1988)
Author: Gerald Sussman
Amazon base price: $6.95
Used price: $5.78
Average review score:
No reviews found.

Not Quite TV Guide
Published in Paperback by Crown Pub (1983)
Authors: Gerald Sussman and Outlet
Amazon base price: $1.00
Used price: $2.90
Collectible price: $5.00
Buy one from zShops for: $5.35
Average review score:
No reviews found.

The Official Sex Manual
Published in Paperback by Crown Pub (1984)
Author: Gerald Sussman
Amazon base price: $1.00
Used price: $1.79
Collectible price: $15.50
Average review score:
No reviews found.

Related Subjects: Author Index Reviews Page 1 2

Reviews are from readers at Amazon.com. To add a review, follow the Amazon buy link above.