Skip to content

Instantly share code, notes, and snippets.

@Sophia-Gold
Created March 1, 2018 08:00
Show Gist options
  • Select an option

  • Save Sophia-Gold/6224b3ea63e7db24b9e06c860aad6b1d to your computer and use it in GitHub Desktop.

Select an option

Save Sophia-Gold/6224b3ea63e7db24b9e06c860aad6b1d to your computer and use it in GitHub Desktop.
canonical Scheme quine
((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