Structure and Interpretation of Computer Programs: Difference between revisions

Content deleted Content added
m Linked to HTML
Matt Crypto (talk | contribs)
various
Line 1:
[[Image:Structure and interpretation of computer programs small.jpg|framed|Front cover]]
<div style="float:left; padding-right:15pt;">
'''''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 and other schools. Now in its second edition (ISBN 0-262-51087-1), it is widely considered a classic. It is also known as the [['''Wizard Book]]''' (due to the wizard on the cover), and less commonly, the [['''Purple Book]]'''.
[[Image:Structure and interpretation of computer programs small.jpg]]
</div>
 
'''''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 and other schools. Now in its second edition (ISBN 0-262-51087-1), it is widely considered a classic. It is also known as the [[Wizard Book]] (due to the wizard on the cover), and less commonly, the [[Purple Book]].
 
Using a dialect of the [[Lisp programming language]] known as [[Scheme programming language|Scheme]], the book explains core computer science concepts, including [[abstraction]], [[recursion]], [[interpreter]]s and [[metalinguistic abstraction]]. By encouraging students to regard themselves as language designers instead of language users, the textbook offers a unique perspective on solving computational problems.
 
 
== External links ==
* [http://www-mitpress.mit.edu/sicp/ (Official SICP site, including the full text in [[HTML]])