Skip to content

Instantly share code, notes, and snippets.

@noprompt
Created September 18, 2014 16:36
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 noprompt/55b7e79887be24da458c to your computer and use it in GitHub Desktop.
Save noprompt/55b7e79887be24da458c to your computer and use it in GitHub Desktop.
(let [x `{:foo "bar"
:baz "quux"}]
(.log js/console (pr-str (meta x))))
;; => Logs something like: {:line 24, :column 10, :end-line 25, :end-column 22}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment