๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Structure and interpretation of computer programs

โœ Scribed by Harold Abelson, Gerald Jay Sussman, Julie Sussman


Publisher
MIT Press
Year
1985
Tongue
English
Edition
New edition
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Designed for the introductory computer science subject at MIT, this book presents a unique conceptual introduction to programming that should make it required reading for every computer scientist. The authors' main concern is to give their readers command of the major techniques used to control the complexity of large software systems: building abstractions, establishing conventional interfaces, and establishing new descriptive languages. Structure and Interpretation of Computer Programs covers a wide range of material, from simple numerical programs, through symbol manipulation, logic programming, interpretation, and compilation. Main sections of the book are: Building Abstractions with Procedures; Building Abstractions with Data; Modularity, Objects, and State, Meta-Linguistic Abstraction; and Computing with Register Machines. Each chapter includes numerous exercises and programming projects. As a programming language, the book uses Scheme, a modern dialect of LISP, which incorporates block structure and lexical scoping. This book inaugurates the MIT Electrical Engineering and Computer Science series, copublished with McGraw Hill.


๐Ÿ“œ SIMILAR VOLUMES


Structure and Interpretation of Computer
โœ Harold Abelson, Gerald Jay Sussman ๐Ÿ“‚ Library ๐Ÿ“… 1996 ๐Ÿ› The MIT Press ๐ŸŒ English

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 interpre