Skip to content

Instantly share code, notes, and snippets.

@rightfold
Created December 14, 2014 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightfold/2a0f34e717d9c3d31fbf to your computer and use it in GitHub Desktop.
Save rightfold/2a0f34e717d9c3d31fbf to your computer and use it in GitHub Desktop.
user=> (type '(1 2))
clojure.lang.PersistentList
user=> (defmacro m [x] (type x))
#'user/m
user=> (m '(1 2))
clojure.lang.Cons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment