灯下 登录
计算机科学 / SICP / 5.5.7 Interfacing Compiled Code to the Evaluator

Exercise 5.51 · 习题

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 实现。为了运行这段代码,你还需要提供适当的存储分配例程和其他运行时支持。