Structure and Interpretation of Computer Programs (häftad)
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
400
Utgivningsdatum
2022-04-12
Förlag
MIT Press
Medarbetare
Henz, Martin
Dimensioner
246 x 173 x 30 mm
Vikt
1067 g
Antal komponenter
1
ISBN
9780262543231

Structure and Interpretation of Computer Programs

Häftad,  Engelska, 2022-04-12
905
  • Skickas från oss imorgon
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 1 format & utgåvor
A new version of the classic and widely used text adapted for the JavaScript programming language.

Ever since the publication of its first edition in 1984, 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 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.
Visa hela texten

Passar bra ihop

  1. Structure and Interpretation of Computer Programs
  2. +
  3. Nexus

De som köpt den här boken har ofta också köpt Nexus av Yuval Noah Harari (inbunden).

Köp båda 2 för 1234 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av författarna