A fork of core.async ported for use with self-hosted ClojureScript.
Deps dependency information:
{andare {:mvn/version "1.1.587"}}
Leiningen dependency information:
[andare "1.1.587"]
Maven dependency information:
<dependency>
<groupId>andare</groupId>
<artifactId>andare</artifactId>
<version>1.1.587</version>
</dependency>
npm install andare
Andare preserves the namespaces present in core.async
. Thus, bootstrap-compatible ClojureScript code that makes use of core.async
can operate in self-hosted environments if you make the Andare artifact available for loading in lieu of the official core.async
artifact.
lein tach lumo
or
lein tach planck
lein cljsbuild once adv
Then open script/runtests.html
lein test
Revisions in this fork: Copyright © 2016–2020 Mike Fikes and Contributors
Distributed under the Eclipse Public License, the same as Clojure.