A port of clojure/core.async library to ClojureCLR.
A Clojure library designed to provide facilities for async programming and communication.
This is not not yet in release. The port is in progress.
- Rich Hickey on core.async
- Tim Baldridge on go macro internals - part 1 part 2
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.
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.