Skip to content

Commit 3af2fca

Browse files
vasilevdbohdan
authored andcommitted
Rye: add
1 parent 5409d65 commit 3af2fca

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
136136
| Ruby | [Ruby](https://www.ruby-lang.org/en/) | C | Tracing | Choice of BSD-2-Clause, Ruby license, GPL-2.0 | An embeddable object-oriented scripting language. [Running Ruby in C](https://silverhammermba.github.io/emberb/embed/). |
137137
| Ruby | [TruffleRuby](https://github.com/oracle/truffleruby) | C, Java | JVM's GC | UPL-1.0 | Implements Ruby for GraalVM (HotSpot JVM) using Truffle. |
138138
| Rune | [Rune](https://github.com/rune-rs/rune) | Rust | Ref. counting | MIT or Apache-2.0 | An embeddable dynamic programming language. Asynchronous-first and [const-evaluation](https://rune-rs.github.io/#const-evaluation). |
139+
| Rye | [Rye](https://github.com/refaktor/rye) | Go | Go's GC | BSD-3-Clause | A dynamic, homoiconic language inspired by Rebol, Factor, Shell, and Go. |
139140
| Scheme | [Animula](https://gitlab.com/hardenedlinux/animula) | C | Tracing | Compiler: **GPL-3.0-or-later**, VM: LGPL-3.0-or-later | An optimizing compiler and VM for embedded systems. R7RS. |
140141
| Scheme | [Chibi Scheme](https://github.com/ashinn/chibi-scheme) | C | Tracing | BSD-3-Clause | Implements R7RS small. |
141142
| Scheme | [CHICKEN Scheme](https://call-cc.org/) | C | Tracing | BSD-3-Clause | Implements R5RS (with some [changes](http://wiki.call-cc.org/man/4/Supported%20language)). R7RS support is a work in progress. See [examples of embedding CHICKEN](https://wiki.call-cc.org/embedding). |

data/projects.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,14 @@ gc = "Ref. counting"
992992
license = "MIT or Apache-2.0"
993993
notes = "An embeddable dynamic programming language. Asynchronous-first and [const-evaluation](https://rune-rs.github.io/#const-evaluation)."
994994

995+
[Rye]
996+
url = "https://github.com/refaktor/rye"
997+
lang = "Rye"
998+
impl_in = "Go"
999+
gc = "Go's GC"
1000+
license = "BSD-3-Clause"
1001+
notes = "A dynamic, homoiconic language inspired by Rebol, Factor, Shell, and Go."
1002+
9951003
[s7]
9961004
url = "https://ccrma.stanford.edu/software/snd/snd/s7.html"
9971005
lang = "Scheme"

0 commit comments

Comments
 (0)