Structure and Interpretation of Computer Programs: Difference between revisions

Content deleted Content added
No edit summary
see also HTDP
Line 3:
 
Using a dialect of the [[Lisp programming language]] known as [[Scheme programming language|Scheme]], the book explains core computer science concepts, including [[abstraction]], [[recursion]], [[interpreter]]s and [[metalinguistic abstraction]].
 
== See also ==
 
* [[HTDP|How to Design Programs]] for a newer introductory book on programming that uses Scheme
 
== External links ==