Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.69 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.69 KB

clr.core.async

A port of clojure/core.async library to ClojureCLR.

A Clojure library designed to provide facilities for async programming and communication.

Releases

This is not not yet in release. The port is in progress.

Documentation

Presentations

Contributing

Contributing to Clojure projects requires a signed Contributor Agreement. Pull requests and GitHub issues are not accepted; please use the core.async JIRA project to report problems or enhancements.

Copyright and License

Original ClojureJVM code:

Copyright © 2013 Rich Hickey and contributors

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

Modified code for ClojureCLR:

Copyright (c) 2013 David Miller. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.