Structure and Interpretation of Computer Programs: Difference between revisions

Content deleted Content added
m See also: cleanup
Line 5:
 
== See also ==
 
* [[Structure and Interpretation of Classical Mechanics]] for another book by Gerald Jay Sussman that uses Scheme
 
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]]'' for another book by Gerald Jay Sussman that uses Scheme
* ''[[HTDP|How to Design Programs]]'' is a more accessible book for introductory Computer Science that incorporates a lot of the same ideas as SICP.
 
* ''[[EoPL|Essentials of Programming Languages]]'' is a book for Programming Languages courses.
* ''[[CTMCP|Concepts, Techniques, and Models of Computer Programming]]'' is a recent book that does not use Scheme, but also adopts an interpreter-based approach.
 
* [[CTMCP|Concepts, Techniques, and Models of Computer Programming]] is a recent book that does not use Scheme, but also adopts an interpreter-based approach.
 
== External links ==