(define make-add (lambda (a) (lambda (b) (+ a b)))) (define add4 (make-add 4)) (add4 5) '(a b ,((lambda (a) '(test . ,a)) 69) c d)