mastodon.sdf.org is part of the decentralized social network powered by Mastodon.
"I appreciate SDF but it's a general-purpose server and the name doesn't make it obvious that it's about art." - Eugen Rochko

Administered by:

Server stats:

2.6K
active users

Learn more

screwlisp

Respond with your personal quine cold

Or, does this 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))