Content deleted Content added
see also HTDP |
m it is a _classic_ text, and in any case the topics covered are certainly not "basic" |
||
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 [[6.001 (MIT)|6.001]]) and other schools. Now in its second edition (ISBN 0-262-51087-1), it is widely considered a
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]].
|