Fork me on GitHub
#core-async
<
2021-03-22
>
rickmoynihan11:03:48

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?

didibus18:03:22

map isn't deprecated

didibus18:03:03

I think specifically because of what you said

didibus18:03:14

It's only map< and map> which were deprecated.

Jan K15:03:48

Sounds right. A transducer can't replace async/map

👍 3