#pp (->> [1 2 3] #pp->> (map inc) (apply +))
, the fix will ignore #pp->>
in the pretty-printed output of #pp
.pp
macros (ds/pp->
and ds/pp->>
), with new unit tests.ds
for quick use during debugging.pp
macros. (Not technically Clojure best practice, but practical for a debug tool.)pp
macros.Can you improve this documentation? These fine people already did:
Trevor Brandt & James SofraEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close