From fe94295ff8e1d9faf199be8bf71123a77986cc54 Mon Sep 17 00:00:00 2001 From: Stefan Schaeckeler Date: Sun, 4 Jul 2021 13:27:38 -0700 Subject: [PATCH] Add Structure and Interpretation of Computer Programs "Structure and Interpretation of Computer Programs" by Harold Abelson, Gerald Jay Sussman and Julie Sussman from MIT Press is one of the canonical computer science books teaching programming in LISP. https://en.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs It is licensed under CC BY-SA 4.0. --- TheTechTree.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TheTechTree.md b/TheTechTree.md index 97279a24708f..c3417ac5a3c5 100644 --- a/TheTechTree.md +++ b/TheTechTree.md @@ -112,6 +112,8 @@ _Introducing Python_ by Bill Lubanovic (O'Reilly) _Comprehensive Ruby Programming_ by Jordan Hudgens (Packt) +_Structure and Interpretation of Computer Programs_ by Harold Abelson, Gerald Jay Sussman, Julie Sussman (MIT Press) + _LISP, Lore, and Logic_ by W. Richard Stark (Springer) _The C Programming Language_ by Kernighan and Ritchie (Pearson)