File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A port of [ clojure/core.async] ( https://github.com/clojure/core.async ) library to ClojureCLR.
4
4
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.
6
6
7
7
# Releases
8
8
9
9
This is not not yet in release. The port is in progress.
10
10
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 )
11
21
12
22
# Copyright and License #
13
23
You can’t perform that action at this time.
0 commit comments