Structure and Interpretation of Computer Programs

This is an old revision of this page, as edited by 193.11.13.81 (talk) at 10:53, 23 April 2007 (I didn't think it was more accessible). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Structure and Interpretation of Computer Programs (SICP) is a textbook published in 1985 about general computer programming concepts from MIT Press written by Massachusetts Institute of Technology professors Harold Abelson and Gerald Jay Sussman, with Julie Sussman. It has been used as the textbook for an introductory course in computer programming for students of computer science at MIT, where it is known as 6.001, and at other schools. Now in its second edition (ISBN 0-262-51087-1), it is widely considered a classic text in computer science. It is also known as the Wizard Book (there is a wizard on the cover), and less commonly, the Purple Book.

File:Structure and interpretation of computer programs.jpg
Front cover

Using a dialect of the Lisp programming language known as Scheme, the book explains core computer science concepts, including abstraction, recursion, interpreters and metalinguistic abstraction.

See also

SICP has been influential in computer science education, and a number of later books have been inspired by its style.

References