You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sicp-all-tasks/sicp/5_002e51

6 lines
304 B

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.