Do exercise 1.3.1 on page 25, except that when you try the
expression out on the computer (after having figured it out mentally),
you should use the following superficial variant:
((lambda (x)
(list x (list 'quote x)))
'(lambda (x)
(list x (list 'quote x))))