Structure and Interpretation of Computer Programs: Difference between revisions

Content deleted Content added
"try to addres" is grammatical and the intended meaning
m See also: make the grammar more explicit (and get rid of trailing list punctuation)
Line 8:
SICP has been influential in computer science education, and a number of later books have been inspired by its style.
 
* ''[[Structure and Interpretation of Classical Mechanics]]'', another book by Gerald Jay Sussman that uses Scheme,
* ''[[How to Design Programs]]'', which intends to be a more accessible book for introductory Computer Science, and to address perceived incongruities in SICP,
* ''[[Essentials of Programming Languages]]'' is a book for Programming Languages courses,
* ''[[Lisp in Small Pieces]]'', a book full of Scheme interpreters and compilers.
 
==References==