Created
January 28, 2015 04:14
-
-
Save timsgardner/0d2e7e14696fe40ad2af to your computer and use it in GitHub Desktop.
unchecked
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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