Content deleted Content added
No edit summary |
SilverStar (talk | contribs) 6.001-related changes |
||
Line 1:
[[Image:Structure and interpretation of computer programs.jpg|164px|thumb|right|Front cover]]
'''''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 (see
Using a dialect of the [[Lisp programming language]] known as [[Scheme programming language|Scheme]], the book explains core computer science concepts, including [[abstraction (computer science)|abstraction]], [[recursion]], [[interpreter]]s and [[metalinguistic abstraction]].
Line 17:
* [http://www-mitpress.mit.edu/sicp/ Official SICP site, including the full text in HTML]
* [http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/ Videos of SICP Lectures by the authors]
* [http://sicp.csail.mit.edu/ Official 6.001 site] (an MIT course that goes by the same name as the book)
[[de:Structure and Interpretation of Computer Programs]]
|