From 8b11875670ee6e61a8166c2ea41b2d788c83a5ba Mon Sep 17 00:00:00 2001 From: Refaktor Date: Sat, 23 Mar 2024 20:34:57 +0100 Subject: [PATCH] Update README.md added asciinema demos to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b15e9091..92ff2acf 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: