Last active
January 22, 2017 14:31
-
-
Save deque-blog/a3882fc0312f9ee466d13d2e4721f318 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
(walk/postwalk | |
#(do (print (str % " ")) %) | |
[:add 1 [:mul "x" 2]]) | |
:add 1 :mul x 2 [:mul "x" 2] [:add 1 [:mul "x" 2]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment