Welcome! Please see the About page for a little more info on how this works.
Example:
user=> (set! *print-meta* true) true user=> (clojure.walk/postwalk identity ^:foo ()) () user=> (clojure.walk/postwalk identity (with-meta (list 1 2 3) {:foo true})) (1 2 3)
See JIRA issue: https://clojure.atlassian.net/browse/CLJ-2568 The JIRA issue was already there for a while. This ask issue was created so it can catch upvotes from the community. If you care, please upvote!
It would be very helpful to see real examples where this matters - as we look into various tradeoffs it is difficult to understand use cases without more information about where you run into this.
Alex Miller May 31, 2020 at 9:54 PM
That's a question, is there an answer ?