Andare
A fork of core.async ported for use with self-hosted ClojureScript.
Releases and Dependency Information
Deps dependency information:
{andare {:mvn/version "1.1.587"}}
Leiningen dependency information:
[andare "1.1.587"]
Maven dependency information:
andare andare 1.1.587
Lumo
npm install andare
Usage
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.
Testing
Self-Hosted ClojureScript
lein tach lumo
or
lein tach planck
JVM ClojureScript
lein cljsbuild once adv
Then open script/runtests.html
Clojure
lein test
License
Revisions in this fork: Copyright © 2016–2020 Mike Fikes and Contributors
Distributed under the Eclipse Public License, the same as Clojure.