Cantitate/Preț
Produs

Structure and Interpretation of Computer Programs

Autor Gerald Jay Sussman, Harold Abelson
en Limba Engleză Paperback – 12 apr 2022
A new version of the classic and widely used text adapted for the JavaScript programming language. 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.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (2) 48788 lei  3-4 săpt. +6212 lei  6-12 zile
  MIT Press Ltd – 12 apr 2022 48788 lei  3-4 săpt. +6212 lei  6-12 zile
  MIT Press Ltd – 25 iul 1996 49073 lei  3-5 săpt. +4991 lei  6-12 zile

Preț: 48788 lei

Preț vechi: 62686 lei
-22%

Puncte Express: 732

Preț estimativ în valută:
8624 10213$ 7513£

Carte disponibilă

Livrare economică 12-19 martie
Livrare express 25 februarie-03 martie pentru 7211 lei


Specificații

ISBN-13: 9780262543231
ISBN-10: 0262543230
Pagini: 400
Dimensiuni: 181 x 258 x 32 mm
Greutate: 1.09 kg
Editura: MIT Press Ltd

Notă biografică

Harold Abelson and Gerald Jay Sussman; with Julie Sussman


Descriere

Descriere de la o altă ediție sau format:

Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.