Structure and Interpretation of Computer Programs: Difference between revisions

Content deleted Content added
Dysprosia (talk | contribs)
m fmt ext ln header
Gauravm (talk | contribs)
Added info about recursion
Line 5:
'''''Structure and Interpretation of Computer Programs''''' ('''''SICP''''') is a textbook published in [[1985]] about general [[computer programming]] concepts from [[MIT press]] written [[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 programming language|Scheme]], the book covers the gamut of core computer science topics, most notably, [[recursion]]. It has been used as the textbook for an introductory course in computer programming for students of [[computer science]] at MIT and other schools.
 
== External links ==