Red Programming Language

Red is a programming language that draws heavy inspiration from REBOL. It boasts a variety of features such as a human-friendly syntax, a powerful pattern-matching system, and support for functional, imperative, reactive, and symbolic programming. Red also offers prototype-based object support, multi-typing, and a macros system. It can produce executables of less than 1MB with no dependencies and has strong support for concurrency and parallelism. Red aims to be the world’s first full-stack language, allowing users to code at various levels of abstraction for different tasks. It was introduced in 2011 and has undergone several presentations and updates since then.

https://www.red-lang.org/p/about.html

To top