Respond with your personal quine cold
Or, does this #commonLisp #programming #quine even work. Using a lambda instead of a complex format.
Oh, yeah, I guess this one is way better.
(let ((a '(lambda (a) `(progn (print "Side effects") (terpri) (funcall ,a ',a)))))
`(,a ',a))