Last active
January 22, 2017 18:23
-
-
Save deque-blog/4ca6042c2178b9630d1bdc88d6430c36 to your computer and use it in GitHub Desktop.
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 optimize [e] | |
(walk/postwalk | |
(comp optimize-mul optimize-add) | |
e)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment