clojure-dev

mpenet 2022-04-13T09:24:23.342249Z

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 ?

mpenet 2022-04-13T09:26:28.534879Z

if not, would you welcome such addition potentially?

Alex Miller (Clojure team) 2022-04-13T12:14:24.457989Z

http://ask.clojure.org awaits your request :)

mpenet 2022-04-13T12:24:45.039839Z

here you go : https://ask.clojure.org/index.php/11775/could-we-make-tap-reifiable