Last active
January 22, 2017 18:26
-
-
Save deque-blog/9c88d9c76da88d9d135667f992493d4f 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
(print-expr expr) | |
=> "(+ 1 2 (* 0 x y) (* 1 y 2) (+ 0 x))" | |
(print-expr (optimize expr)) | |
=> "(+ 3 (* 2 y) x)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment