6 ms·
core.async is a Clojure library and is built with no compiler support.
by Rayne 13y ago
core.async is a Clojure library and is built with no compiler support.
- eggsby 13y agoTo be fair, a lot of the syntax magic of core.async happens in its macros -- in js that is supported by the cljs compiler. As I understand it, because of this it'd be impossible for core.async to be used as a js "library" (a global namespace with a public interface).