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/4_002e34

6 lines
296 B

Exercise 4.34: Modify the driver loop for the
evaluator so that lazy pairs and lists will print in some reasonable way.
(What are you going to do about infinite lists?) You may also need to modify
the representation of lazy pairs so that the evaluator can identify them in
order to print them.