Skip to content

Commit 9b7fa15

Browse files
committedDec 10, 2013
Update Maven version and add a couple doc links
1 parent 7da4e5b commit 9b7fa15

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,20 @@ Latest release: 0.1.262.0-151b23-alpha
2222
<dependency>
2323
<groupId>org.clojure</groupId>
2424
<artifactId>core.async</artifactId>
25-
<version>0.1.242.0-44b1e3-alpha</version>
25+
<version>0.1.262.0-151b23-alpha</version>
2626
</dependency>
2727
```
2828

29+
## Documentation
30+
31+
* [Rationale](http://clojure.com/blog/2013/06/28/clojure-core-async-channels.html)
32+
* [API docs](http://clojure.github.io/core.async/)
33+
* [Code walkthrough](https://github.com/clojure/core.async/blob/master/examples/walkthrough.clj)
34+
35+
## Presentations
36+
37+
* [Rich Hickey on core.async](http://www.infoq.com/presentations/clojure-core-async)
38+
* 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)
2939

3040
## License
3141

0 commit comments

Comments
 (0)
Please sign in to comment.