Structure and Interpretation of Computer Programs: Difference between revisions

Content deleted Content added
Batkins (talk | contribs)
m more specific link to abstraction
No edit summary
Line 6:
== See also ==
 
SICP has been influential in computer science education, and a number of later books have been inspired by its style.
* [[HTDP|How to Design Programs]] for a newer introductory book on programming 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.
 
== External links ==