sicp

Scheme Interpreter from SICP
git clone git://git.alexkarle.com.com/sicp
Log | Files | Refs | README

commit 9f2452e6555c909dd8142dd32ee2b9e122cfec47 (patch)
Author: Alex Karle <alex@alexkarle.com>
Date:   Thu, 10 Nov 2022 22:51:13 -0500

Initial commit

Diffstat:
AREADME | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,7 @@ +sicp +---- + +This repo houses an implementation of the Scheme +evaluator described in Chapter 4 of Structure and +Interpretation of Computer Programs in CHICKEN +Scheme.