Structure and Interpretation of Computer Programs: Difference between revisions

Content deleted Content added
I didn't think it was more accessible
See also: rm * ''Concepts, Techniques, and Models of Computer Programming'' is a recent book that does not use Scheme, but also adopts an interpreter-based approach.
Line 11:
* ''[[How to Design Programs]]'' is intended to be a more accessible book for introductory Computer Science that incorporates a lot of the same ideas as SICP.
* ''[[Essentials of Programming Languages]]'' is a book for Programming Languages courses.
* ''[[Concepts, Techniques, and Models of Computer Programming]]'' is a recent book that does not use Scheme, but also adopts an interpreter-based approach.
 
==References==