> (Btw, what about lisp's shortest self-repro programs "T", "0", "1", "2", ...)
((lambda (x) (list x
(list (quote quote) x)))
(quote (lambda (x)
(list x
(list (quote quote) x)))))
-- Will Clinger