(define s '((lambda (x) (list x (list 'quote x))) '(lambda (x) (list x (list 'quote x)))) ) (begin (print s) (print (eval s)))