cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
Jim Newton 2020-09-27T18:08:06.033100Z

is there a way to make cider-macroexpand-1 show meta data in the expanded macro?

yuhan 2020-09-28T14:35:44.040400Z

quick workaround: define a helper that wraps the current form in macroexpand, and pass it to cider-inspect-expr