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
311 B
8 lines
311 B
2 years ago
|
|
||
|
Exercise 4.12: The procedures
|
||
|
define-variable!, set-variable-value! and
|
||
|
lookup-variable-value can be expressed in terms of more abstract
|
||
|
procedures for traversing the environment structure. Define abstractions that
|
||
|
capture the common patterns and redefine the three procedures in terms of these
|
||
|
abstractions.
|