Skip to content

Commit

Permalink
improved readme, added editor support
Browse files Browse the repository at this point in the history
  • Loading branch information
refaktor committed Jan 11, 2024
1 parent 29355a0 commit aa83b6b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ do-in iso { 2 .add 3 |print }

These are all work in progress, also need a refresher, but can maybe offer some insight:

* [Meet Rye](https://refaktor.github.io/rye/TOUR_0.html)
* [Introduction for Python programmers](https://refaktor.github.io/rye/INTRO_1.html)
* [Meet Rye](https://ryelang.org/meet_rye/)

### Examples

Expand Down Expand Up @@ -345,6 +344,10 @@ Rye can also work inside your browser or any other WASM container. I will add ex

GOOS=js GOARCH=wasm go build -tags "b_tiny,b_norepl" -o wasm/rye.wasm main_wasm.go

## Editor support

Rye has Syntax highlighting for Emacs and VS Code. For VS Code just search for **ryelang** in the Extension marketplace. For Emacs it will be published soon on github.

## Related links

[**Rebol**](http://www.rebol.com) - Rebol's author Carl Sassenrath invented or combined together 90% of concepts that Rye builds upon.
Expand Down

0 comments on commit aa83b6b

Please sign in to comment.