内容 5.5 Compilation · 477
练习 自检推理
Exercise 5.51: 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.
练习 5.51:通过将 5.4 节的显式控制求值器翻译为 C 语言(或你选择的其他低级语言),开发一个初步的 Scheme 实现。为了运行这段代码,你还需要提供适当的存储分配例程和其他运行时支持。
我的笔记 自动保存