Skip to content

Instantly share code, notes, and snippets.

@cemerick
Created January 30, 2013 15:51
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 cemerick/4674181 to your computer and use it in GitHub Desktop.
Save cemerick/4674181 to your computer and use it in GitHub Desktop.
Sneaky *read-eval* fix
; only problem here is that it appears a bunch of commonly-used clojure tooling uses #= for various things...?
{____do-not-use #=(eval (do
(alter-var-root #'*read-eval* (constantly false))
'clojure.uuid/default-uuid-reader))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment