Skip to content

Commit

Permalink
update learning materials section
Browse files Browse the repository at this point in the history
move the learning materials section to the top for better discoverability.
  • Loading branch information
harendra-kumar committed Jan 15, 2020
1 parent 290d2f6 commit 7e7cc7e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
[![CircleCI](https://circleci.com/gh/composewell/streamly/tree/master.svg?style=svg)](https://circleci.com/gh/composewell/streamly/tree/master)
[![Coverage Status](https://coveralls.io/repos/composewell/streamly/badge.svg?branch=master&service=github)](https://coveralls.io/github/composewell/streamly?branch=master)

## Learning Materials

* [Overview: this readme](#streaming-concurrently) | [Tutorial](https://hackage.haskell.org/package/streamly/docs/Streamly-Tutorial.html) | [Reference](https://hackage.haskell.org/package/streamly) | [Guides](docs)
* [Installing](./INSTALL.md) | [Building for optimal performance](docs/Build.md)
* Examples: [in this repo](examples) | [streamly-examples](https://github.com/composewell/streamly-examples)
* Benchmarks: [Streaming](https://github.com/composewell/streaming-benchmarks) | [Concurrency](https://github.com/composewell/concurrency-benchmarks)
* Talks: [Functional Conf 2019 Video](https://www.youtube.com/watch?v=uzsqgdMMgtk) | [Functional Conf 2019 Slides](https://www.slideshare.net/HarendraKumar10/streamly-concurrent-data-flow-programming)

## Streaming Concurrently

Expand Down Expand Up @@ -577,17 +584,6 @@ streaming with concurrency we can write FRP applications similar in concept to
See the `Comparison with existing packages` section at the end of the
[tutorial](https://hackage.haskell.org/package/streamly/docs/Streamly-Tutorial.html).

## Further Reading

For more information, see:

* [Detailed tutorial](https://hackage.haskell.org/package/streamly/docs/Streamly-Tutorial.html)
* [Reference documentation](https://hackage.haskell.org/package/streamly)
* [Examples](examples)
* [Guides](docs)
* [Streaming benchmarks](https://github.com/composewell/streaming-benchmarks)
* [Concurrency benchmarks](https://github.com/composewell/concurrency-benchmarks)

## Support

Please feel free to ask questions on the
Expand Down

0 comments on commit 7e7cc7e

Please sign in to comment.