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.
8 lines
393 B
8 lines
393 B
2 years ago
|
|
||
|
Exercise 5.50: 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.
|