Last active
December 25, 2015 23:59
-
-
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…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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