A fork of core.async ported for use with bootstrapped ClojureScript.
A fork of core.async ported for use with self-hosted ClojureScript.

Deps dependency information:
``clj`
{andare {:mvn/version "1.1.587"}}
Leiningen dependency information:
`clj`
[andare "1.1.587"]
Maven dependency information:
`xml`

`shell`
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
`$3
`
lein cljsbuild once adv
`Then open
script/runtests.html
$3
`
lein test
``Revisions in this fork:
Copyright © 2016–2020 Mike Fikes and Contributors
Distributed under the Eclipse Public License, the same as Clojure.