Skip to content

Instantly share code, notes, and snippets.

@rm-hull
Last active December 25, 2015 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rm-hull/7060918 to your computer and use it in GitHub Desktop.
Save rm-hull/7060918 to your computer and use it in GitHub Desktop.
From Wikipedia: "A quine is a computer program which takes no input and produces a copy of its own source code as its only output. The standard terms for these programs in the computability theory and computer science literature are self-replicating programs, self-reproducing programs, and self-copying programs. A quine is a fixed point of an ex…
(println
(#(list % (list 'quote %)) '#(list % (list 'quote %))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment