From a9080d6f0d08af70420e35c98ef663a031fc566e Mon Sep 17 00:00:00 2001 From: Moss Prescott Date: Mon, 25 Mar 2024 12:12:20 -0400 Subject: [PATCH] Add a link to scheme --- alt/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/alt/README.md b/alt/README.md index 04074c8..7eaf67d 100644 --- a/alt/README.md +++ b/alt/README.md @@ -43,6 +43,12 @@ local variables and expression evaluation, reserving the stack only for subrouti [alt/reduce.py](reduce.py) adds an optimization phase after parsing and before the normal compiler runs, which replaces certain function calls with lower-overhead "reduced" alternatives. + +## Alternative languages + +[alt/scheme](scheme/) provides a compiler and REPL for the Scheme language (circa R4RS), using the "big" architecture. + + ## Results | Location | Nands | ROM size | Cycles per frame | Cycles for init |