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
411 B
8 lines
411 B
2 years ago
|
|
||
|
Exercise 4.14: Eva Lu Ator and Louis Reasoner
|
||
|
are each experimenting with the metacircular evaluator. Eva types in the
|
||
|
definition of map, and runs some test programs that use it. They work
|
||
|
fine. Louis, in contrast, has installed the system version of map as a
|
||
|
primitive for the metacircular evaluator. When he tries it, things go terribly
|
||
|
wrong. Explain why Louis’s map fails even though Eva’s works.
|