[ ^ CSE 341 | section index | next -->]

CSE 341 -- 6 Apr. 2000


let and the uses of lexical closures

(define a 15) (define b 'foo) (define c (lambda (n p) (= p (* n p)))) (define d '(1 2)) [global environment diagram, mappings from symbols to values]

Last modified: Wed Apr 5 22:40:15 PDT 2000