Skip to content

Commit efce617

Browse files
committed
reorder readme
1 parent 55bb8a8 commit efce617

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
A Clojure library providing facilities for async programming and communication.
44

5+
## Documentation
6+
7+
* [Rationale](https://clojure.github.io/core.async/rationale.html)
8+
* [API docs](https://clojure.github.io/core.async/)
9+
* [Code walkthrough](https://github.com/clojure/core.async/blob/master/examples/walkthrough.clj)
10+
11+
## Presentations
12+
13+
* [Rich Hickey on core.async](https://www.youtube.com/watch?v=yJxFPoxqzWE)
14+
* [Tim Baldridge on core.async](https://www.youtube.com/watch?v=enwIIGzhahw) from Clojure/conj 2013 ([code](https://github.com/halgari/clojure-conj-2013-core.async-examples)).
15+
* 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)
516

617
## Releases and Dependency Information
718

@@ -33,18 +44,6 @@ Latest release: 1.8.741
3344
</dependency>
3445
```
3546

36-
## Documentation
37-
38-
* [Rationale](https://clojure.org/news/2013/06/28/clojure-clore-async-channels)
39-
* [API docs](https://clojure.github.io/core.async/)
40-
* [Code walkthrough](https://github.com/clojure/core.async/blob/master/examples/walkthrough.clj)
41-
42-
## Presentations
43-
44-
* [Rich Hickey on core.async](https://www.youtube.com/watch?v=yJxFPoxqzWE)
45-
* [Tim Baldridge on core.async](https://www.youtube.com/watch?v=enwIIGzhahw) from Clojure/conj 2013 ([code](https://github.com/halgari/clojure-conj-2013-core.async-examples)).
46-
* 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)
47-
4847
## Contributing
4948

5049
[Contributing to Clojure projects](https://clojure.org/community/contributing) requires a signed Contributor Agreement. Pull requests and GitHub issues are not accepted; please use the [core.async JIRA project](https://clojure.atlassian.net/browse/ASYNC) to report problems or enhancements.

0 commit comments

Comments
 (0)