lambda
,
label
,
quote
,
cond
,
car
,
cdr
,
cons
,
eq
,
atom
map '(lambda (x) (+ 1 x) ys
instead of
map (lambda (x) (+ 1 x) ys