The world needs another utility lib for Clojure, since the existing ones are seldom accepting new stuff in. Ideally it would have an understandable rules how to add more stuff in, so that it's utility will grow over time.
- hashp is almost perfect (?), only needs
(defmacro p [form] (p* form))
to call it in threading pipelines