Created
March 1, 2018 08:00
-
-
Save Sophia-Gold/6224b3ea63e7db24b9e06c860aad6b1d to your computer and use it in GitHub Desktop.
canonical Scheme quine
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
| ((lambda (x) (list x (list 'quote x))) | |
| '(lambda (x) (list x (list 'quote x)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment