Synthesized answer
The central thesis of "Structure and Interpretation of Computer Programs" (SICP) is to introduce readers to central ideas of computation by establishing mental models for computation [Passage 2]. The first three chapters cover programming concepts common to all modern high-level programming languages [Passage 2].
The book has its origins in a popular entry-level computer science course taught at MIT by Harold Abelson and Gerald Jay Sussman [Passage 2]. Since its first edition in 1984, SICP has influenced computer science curricula globally and is widely adopted as a textbook [Passage 3]. The passages do not explicitly state a single, overarching "central thesis" beyond its purpose of introducing computational ideas through mental models.
Synthesized from the book passages below. Chat with the book on Feynman for follow-up.
From the book
provided on the MIT Press website. Categories: Computer programming Snippet: This edition has been adapted to JavaScript.The first three chapters of SICP cover programming concepts that are common to all modern high-level programming languages.
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 to 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…
Title: Structure and Interpretation of Computer Programs (SICP) by Harold Abelson, Gerald Jay Sussman, Julie Sussman Description: > **Wizard Book** n. Hal Abelson's, Jerry Sussman's and Julie Sussman's Structure and Interpretation of Computer Programs (MIT Press, 1984; ISBN 0-262-01077-1), an excellent computer science text used in introductory courses at MIT. So called because of the wizard on the jacket. One of the bibles of the LISP/Scheme world. Also, less commonly, known as the Purple Book. *from The New Hacker's Dictionary, 2nd edition (MIT Press, 1993)* --- Google Books…