All files that start with sicp- are official SICP code

This commit is contained in:
2021-04-21 09:12:05 -04:00
parent 016d35bc87
commit 922a47f20e
7 changed files with 43 additions and 29 deletions

View File

@@ -3,7 +3,7 @@
;;;;FIRST A LOT FROM 4.1.2-4.1.4
;(load "ch5-syntax.scm"); ;section 4.1.2 syntax procedures
;(load "sicp-syntax.scm"); ;section 4.1.2 syntax procedures
(load "misc/sicp-eceval-syntax.scm") ;section 4.1.2 syntax procedures
(load "misc/sicp-leval.scm") ; for lazy evaluation in eceval