Skip to content

Instantly share code, notes, and snippets.

@sundarj
Last active September 29, 2017 10:02
Show Gist options
  • Save sundarj/53b65e83fb5ad422d54a74cb125c2aa8 to your computer and use it in GitHub Desktop.
Save sundarj/53b65e83fb5ad422d54a74cb125c2aa8 to your computer and use it in GitHub Desktop.
boot.user=> '#(+ 1 %)
(fn* [p1__4155#] (+ 1 p1__4155#))
boot.user=> '#(+ 1 %1 %2)
(fn* [p1__4158# p2__4159#] (+ 1 p1__4158# p2__4159#))
boot.user=> '@foo
(clojure.core/deref foo)
boot.user=> '@@foo
(clojure.core/deref (clojure.core/deref foo))
boot.user=> '#'map
(var map)
boot.user=> ''2
(quote 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment