memoized thunks
class exercise
- write a procedure delay-it-memo that takes
an expression exp representing a procedure argument
the environment env in which it appears lexically
- and returns a value that yields the value of exp in env each time it is forced
- but only evaluates exp once