Skip to content

Commit 84deb65

Browse files
committed
Updated to Java commit 9b7fa15 (2013.12.10): Update Maven version and add a couple doc links
1 parent b192031 commit 84deb65

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22

33
A port of [clojure/core.async](https://github.com/clojure/core.async) library to ClojureCLR.
44

5-
> A Clojure library designed to provide facilities for async programming and communication
5+
> A Clojure library designed to provide facilities for async programming and communication.
66
77
# Releases
88

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

11+
## Documentation
12+
13+
* [Rationale](http://clojure.com/blog/2013/06/28/clojure-core-async-channels.html)
14+
* [API docs](http://clojure.github.io/core.async/)
15+
* [Code walkthrough](https://github.com/clojure/core.async/blob/master/examples/walkthrough.clj)
16+
17+
## Presentations
18+
19+
* [Rich Hickey on core.async](http://www.infoq.com/presentations/clojure-core-async)
20+
* Tim Baldridge on go macro internals - [part 1](https://www.youtube.com/watch?v=R3PZMIwXN_g) [part 2](https://www.youtube.com/watch?v=SI7qtuuahhU)
1121

1222
# Copyright and License #
1323

0 commit comments

Comments
 (0)