Welcome! Please see the About page for a little more info on how this works.

0 votes
in Clojure by

The {{clojure.walk/macroexpand-all}} function appears to be a general recursive macroexpansion, but it is not because it doesn't understand special forms such as {{let}}.

Current patch: 0001-CLJ-1240-Note-limits-of-clojure.walk-macroexpand-all.patch

The modified docstring in this patch notes that {{clojure.walk/macroexpand-all}} is not identical to macroexpansion by the Clojure compiler and should be used for development only.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-1240 (reported by stuart.sierra)
...