#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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |