Skip to content

Instantly share code, notes, and snippets.

@timsgardner
Created January 28, 2015 04:14
Show Gist options
  • Save timsgardner/0d2e7e14696fe40ad2af to your computer and use it in GitHub Desktop.
Save timsgardner/0d2e7e14696fe40ad2af to your computer and use it in GitHub Desktop.
unchecked
(defn unchecked-on []
(alter-var-root #'*unchecked-math* (constantly true)))
(defn unchecked-off []
(alter-var-root #'*unchecked-math* (constantly false)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment