Fork me on GitHub
#clojure-dev
<
2022-04-13
>
mpenet09:04:23

I am wondering: was it considered to make tap reifiable : ex : have (start-tap) returning a new tap context (with the tap-loop, queue and internal atom) and an extra arities to all the tap fns, (add-tap tap f) (remove-tap tap f) (tap> tap f) etc ?

mpenet09:04:28

if not, would you welcome such addition potentially?