diff --git a/README.md b/README.md index 8d42241..6b8ea20 100644 --- a/README.md +++ b/README.md @@ -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)
- [Scheme](#scheme) @@ -541,6 +542,17 @@ This repo contains a list of languages that currently compile to or have their V -------------------- +### Rebol [top⇈](#contents) + +> 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/). + +-------------------- + ### Rego [top⇈](#contents) > 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.