Fork me on GitHub
#core-async
<
2022-05-10
>
nodename19:05:56

I was importing clojure.core.async.impl.channels.ManyToManyChannel in order to implement a predicate channel? to use for validation but that class is apparently not included in core.async-1.5.648.jar. Why is that?

Alex Miller (Clojure team)19:05:09

it's a deftype and the lib's not compiled

Alex Miller (Clojure team)19:05:32

so it doesn't exist until you load the namespace that creates it