Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Ren-C and Rye to new Rebol section #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ This repo contains a list of languages that currently compile to or have their V
- [Python](#python)
- [Prolog](#prolog)
- [R](#r)
- [Rebol](#rebol)
- [Ring](#ring)
- [Ruby](#ruby)</br>
- [Scheme](#scheme)
Expand Down Expand Up @@ -541,6 +542,17 @@ This repo contains a list of languages that currently compile to or have their V

--------------------

### <a name="rebol"></a>Rebol <sup>[top⇈](#contents)</sup>

> Homoiconic ("data is code" and vice-versa) dynamic programming language and data-format (representing data and metadata) language.
>
> By its author, "Rebol rebels against the idea that modern software must be large and complex".

* [Ren-C](https://github.com/metaeducation/ren-c) - Ren-C is a deeply redesigned derivative of the Rebol 3 codebase. Features "user-friendly" API for C and JavaScript. It has WASM-powered [Ren-C's replpad-js](https://github.com/hostilefork/replpad-js) - interactive Web Console for Rebol language (Ren-C branch).
* [Rye](https://github.com/refaktor/rye) - Rye is a high level, dynamic programming language based on ideas from Rebol, flavored by Factor, *nix shells and Golang. Implemented in Golang. You can try it out [here](https://ryelang.org/).

--------------------

### <a name="rego"></a>Rego <sup>[top⇈](#contents)</sup>

> Open Policy Agent (OPA) is an open source, general-purpose policy engine that unifies policy enforcement across the stack. Rego is a high-level declarative policy language purpose-built for expressing policies over complex hierarchical data structures.
Expand Down