5.5.7. Interfacing Compiled Code to the Evaluator
Metacircular evaluator
Use the compiler to compile the metacircular evaluator of 4.1 and run this program using the register-machine simulator (To compile more than one definition at a time, you can package the definitions in a begin).The resulting interpreter will run very slowly because of the multiple levels of interpretation, but getting all the details to work is an instructive exercise.
Nobody's finished this exercise yet. You'll be the first!