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