Structure and Interpretation of Computer Programs

This is an old revision of this page, as edited by Gauravm (talk | contribs) at 22:27, 23 March 2004 (Added info about recursion). 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. Now in its second edition (ISBN 0-262-51087-1), it is widely considered a classic.

Using a dialect of the Lisp programming language known as Scheme, the book explains core computer science topics, including abstraction, recursion, compiler design and virtual machines. It has been used as the textbook for an introductory course in computer programming for students of computer science at MIT and other schools.