Hacker News new | ask | show | jobs
by Rayne 4676 days ago
core.async is a Clojure library and is built with no compiler support.
1 comments

To 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).