Am I right that clojure.core.async/map
isn’t replaceable with a transducer; as the transducer form doesn’t support multiple channels? And that only the deprecated map< map> etc are?
map isn't deprecated
I think specifically because of what you said
It's only map< and map> which were deprecated.
Sounds right. A transducer can't replace async/map