5.5 Compilation
5.5.7 Interfacing Compiled Code to the Evaluator
Exercises:
- 5.45 . The quality of the compiler
- 5.46 . The effectiveness of compiling the tree-recursive Fibonacci procedure
- 5.47 . Modifying evaluator
- 5.48 . Compile-and-run primitive
- 5.49 . Register machine
- 5.50 . Metacircular evaluator
- 5.51 . Rudimentary implementation of Scheme in C
- 5.52 . Scheme compiler into C instructions