5.5.7. Interfacing Compiled Code to the Evaluator
Rudimentary implementation of Scheme in C
Develop a rudimentary implementation of Scheme in C (or some other low-level language of your choice) by translating the explicit-control evaluator of 5.4 into C. In order to run this code you will need to also provide appropriate storage-allocation routines and other run-time support.
Nobody's finished this exercise yet. You'll be the first!