Expression 1:
(define c (lambda (x, y) (lambda (x, y) (+ x y)) ) ) (c 1 2)