api
blog
github
login / sign up
ClojureDocs
(beta)
Changes for
clojure.walk/
macroexpand-all
Bertrand
on Sat, 09 Jun 2012
user=> (use 'clojure.walk) user=> (macroexpand-all '(-> c (+ 3) (* 2))) (* (+ c 3) 2)
user=> (use 'clojure.walk) user=> (macroexpand-all '(-> c (+ 3) (* 2))) (* (+ c 3) 2)