putting local procedures in a new frame
in the problem set object representation
the method procedures are bound in a fresh frame:
(define (make-account bal)(let ((withdraw (lambda (amt) …))) (let ((dispatch (lambda (m) …))) dispatch)
Previous slide
Next slide
Back to first slide
View graphic version