Skip to content

Commit

Permalink
Merge pull request #163 from refaktor/refaktor-patch-16
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
refaktor committed Mar 23, 2024
2 parents fc6034a + 8b11875 commit f56850c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [Few oneliners](#few-one-liners)
- [Meet Rye](#meet-rye)
- [Examples](#examples)
- [Aciinema demos](#asciinema-demos)
- [Rye vs. Python](#rye-vs-python)
- [Modules](#modules)
- [Base](#base)
Expand Down Expand Up @@ -110,6 +111,14 @@ These pages are littered with examples. You can find them on this **README** pag
* [Examples folder](./examples/) - unorganized so far, will change
* [Solutions to simple compression puzzle](https://github.com/otobrglez/compression-puzzle/tree/master/src/rye)

### Asciinema demos

Rye's focus is also interactive use. Check out these asciinema demos:

* **[Spreadsheet and CSV demo](https://asciinema.org/a/647708)** - new
* [Exploring JSON](https://asciinema.org/a/615327)
* [Testing vector functions](https://asciinema.org/a/575970)

### Rye vs. Python

Python is the *lingua franca* of dynamic programming languages, so comparing examples in Python and Rye can be helpful to some:
Expand Down

0 comments on commit f56850c

Please sign in to comment.