Skip to content

Instantly share code, notes, and snippets.

@currentoor
Last active August 29, 2015 14:23
Show Gist options
  • Save currentoor/d7f9a5fb02bec14d3886 to your computer and use it in GitHub Desktop.
Save currentoor/d7f9a5fb02bec14d3886 to your computer and use it in GitHub Desktop.
Quoting Confusion
'x
;x
''x
;(quote x)
'''x
;(quote (quote x))
`x
;yaadapp.core/x
``x
;(quote yaadapp.core/x)
```x
;(clojure.core/seq
; (clojure.core/concat
; (clojure.core/list (quote quote))
; (clojure.core/list (quote yaadapp.core/x))))
```````````````````````x
;...
;java.lang.StackOverflowError:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment