Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active January 22, 2017 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/a3882fc0312f9ee466d13d2e4721f318 to your computer and use it in GitHub Desktop.
Save deque-blog/a3882fc0312f9ee466d13d2e4721f318 to your computer and use it in GitHub Desktop.
(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