Liking cljdoc? Tell your friends :D

Andare

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

Releases and Dependency Information

Clojars Project

Deps dependency information:

 {andare {:mvn/version "0.12.0"}}

Leiningen dependency information:

 [andare "0.12.0"]

Maven dependency information:

<dependency>
  <groupId>andare</groupId>
  <artifactId>andare</artifactId>
  <version>0.12.0</version>
</dependency>

Lumo

NPM Version

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.

Compatibility

Andarecore.async
0.12.00.6.532
0.11.00.4.500
0.10.00.4.490
0.9.00.4.474
0.8.00.3.465
0.7.00.3.443
0.6.00.3.442
0.5.00.3.426
0.4.00.2.395
0.3.00.2.391
0.2.00.2.374
0.1.00.2.374

Testing

Build Status

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–2019 Mike Fikes and Contributors

Distributed under the Eclipse Public License, the same as Clojure.

Can you improve this documentation? These fine people already did:
Mike Fikes, Alex Miller, Timothy Baldridge, Brenton Ashworth, Rich Hickey & Ghadi Shayban
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close