Skip to content

Commit

Permalink
Merge branch 'main' of github.com:refaktor/rye into contextplay
Browse files Browse the repository at this point in the history
  • Loading branch information
refaktor committed Mar 24, 2024
2 parents c53077b + f5c559b commit 648ffa5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
- [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)
- [Contrib](#contrib)
- [Rye-front project](#rye-front-project)
- [Rye-front project (GUI)](#rye-front-project-gui)
- [Follow development](#follow-development)
- [Rye blog](#rye-blog)
- [Ryelang reddit](#ryelang-reddit)
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 Expand Up @@ -150,7 +159,7 @@ The author of Factor once said that at the end *it's not about the language, but

legend: ⭐ priority , 🧪 tests

## Rye-front project
## Rye-front project (GUI)

If you are interested in "fontend" / desktop technologies check out separate project that works on extending Rye lanuage with GUI, Game engine and a Webview. It
integrates these cool Go libraries:
Expand All @@ -177,7 +186,7 @@ If code speaks to you, our Github page is the central location for all things Ry

## Getting Rye

Rye is developed on Linux, but has also been compiled on macOS, Docker and as WASM module. If you need additional architecture or OS, post an Issue.
Rye is developed on Linux and Mac, but we also have a Docker and as WASM module. If you need additional architecture or OS, post an Issue. Rye could run anywhere Go compiles to.

### Binaries

Expand Down

0 comments on commit 648ffa5

Please sign in to comment.