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_002e25

4 lines
114 B

Exercise 5.25: Modify the evaluator so that it
uses normal-order evaluation, based on the lazy evaluator of 4.2.