
Download de gratis Kindle-app en begin direct met het lezen van Kindle-boeken op je smartphone, tablet of computer. Geen Kindle-apparaat vereist. Meer informatie
Lees direct in je browser met Kindle Cloud Reader.
Gebruik de camera van je mobiele telefoon om de onderstaande code te scannen en de Kindle-app te downloaden.

Meer informatie
Structure and Interpretation of Computer Programs: JavaScript Edition Paperback – 5 april 2022
Amazon-prijs | Nieuw vanaf | Tweedehands vanaf |
Kindle-editie
"Probeer het later opnieuw" | — | — |
Paperback
"Probeer het later opnieuw" | € 53,00 | € 53,00 | — |
Je aankoop verbeteren
Since the publication of its first edition in 1984 and its second edition in 1996, Structure and Interpretation of Computer Programs (SICP) has influenced computer science curricula around the world. Widely adopted as a textbook, the book has its origins in a popular entry-level computer science course taught by Harold Abelson and Gerald Jay Sussman at MIT. SICP introduces the reader to central ideas of computation by establishing a series of mental models for computation. Earlier editions used the programming language Scheme in their program examples. This new version of the second edition has been adapted for JavaScript.
The first three chapters of SICP cover programming concepts that are common to all modern high-level programming languages. Chapters four and five, which used Scheme to formulate language processors for Scheme, required significant revision. Chapter four offers new material, in particular an introduction to the notion of program parsing. The evaluator and compiler in chapter five introduce a subtle stack discipline to support return statements (a prominent feature of statement-oriented languages) without sacrificing tail recursion.
The JavaScript programs included in the book run in any implementation of the language that complies with the ECMAScript 2020 specification, using the JavaScript package sicp provided by the MIT Press website.
- Printlengte640 pagina's
- TaalEngels
- UitgeverThe MIT Press
- Publicatiedatum5 april 2022
- Afmetingen17.78 x 3.02 x 25.55 cm
- ISBN-100262543230
- ISBN-13978-0262543231
Klanten die dit item hebben bekeken, bekeken ook
Productbeschrijving
Recensie
—Olivier Danvy, Yale-NUS College
“When I am asked ‘How can I become a better programmer?,’ I recommend this book.”
—Douglas Crockford, author of How JavaScript Works
“How much is a programming book influenced by its programming language? SICP in JavaScript is remarkably fluid, an excellent choice for today’s programmers.”
—Peter Van Roy, Université catholique de Louvain
Over de auteur
Productgegevens
- Uitgever : The MIT Press (5 april 2022)
- Taal : Engels
- Paperback : 640 pagina's
- ISBN-10 : 0262543230
- ISBN-13 : 978-0262543231
- Afmetingen : 17.78 x 3.02 x 25.55 cm
- Plaats in bestsellerlijst: #126,165 in Boeken (Top 100 in bekijkenBoeken)
- #4,223 in Computers & internet
- #99,085 in Engelstalige boeken
- Klantenrecensies:
Klantenrecensies
Klantenrecensies, inclusief sterbeoordelingen voor producten, geven klanten meer informatie over het product en helpen bij de beslissing of dit het juiste product voor hen is.
Om de algehele sterbeoordeling en procentuele uitsplitsing per ster te berekenen, gebruiken we niet een gewoon gemiddelde. Maar ons systeem houdt rekening met zaken als hoe recent een recensie is en of de beoordelaar het item op Amazon heeft gekocht. Het systeem heeft ook recensies geanalyseerd om de betrouwbaarheid te verifiëren.
Meer informatie over hoe klantenrecensies op Amazon werkenBeste recensies uit andere landen


SICP is a fantastic and beautiful book. I was excited to read the Javascript edition since I am much more familiar with the language compared to Scheme. I suspect many future readers will feel the same, and will know get to enjoy the wonder of SICP through the lens of a language that is much more approachable (and relevant! than Scheme.)


It’s amazing to have a practical choice for learning these fundamental concepts in the ubiquitous language of the modern internet.
Love to see it!