andare

1.1.587 • Public • Published

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 "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>

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.

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

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i andare

      Weekly Downloads

      2

      Version

      1.1.587

      License

      EPL-1.0

      Unpacked Size

      207 kB

      Total Files

      27

      Last publish

      Collaborators

      • mfikes