Red (Programming Language)
Red is a new programming language, strongly inspired by REBOL.
Features
- Cross Compilation
- Functional Language
- Lightweight
- Compiles to native assembly code
- Expressive
- Homoiconic
Red (Programming Language) News & Activities
Highlights • All activities
Recent activities
- MacDefender updated Red (Programming Language)
- POX added Red (Programming Language) as alternative to Buzz Programming Language
- POX added Red (Programming Language) as alternative to Pluto
Red (Programming Language) information
AlternativeTo Category
DevelopmentGitHub repository
- 5,498 Stars
- 417 Forks
- 518 Open Issues
- Updated Sep 7, 2024
What is Red (Programming Language)?
Red is a new programming language, strongly inspired by REBOL.
Main characteristics are:
-Functional, imperative and symbolic -Prototype-based object support -Homoiconic (Red is its own meta-language) -Both statically and JIT-compiled to native code -Concurrency and parallelism strong support (actors, parallel collections) -Low-level system programming abilities through the built-in Red/System DSL -High-level scripting and REPL console support -Highly embeddable -Low memory footprint, garbage collected -Low disk footprint (< 1MB)
Said about Red (Programming Language) as an alternative
Basically the successor (almost same syntax, mostly backwards compatible with rebol)
Comments and Reviews
Potentially a cross-compiling programming language that can more easily create cross-platform applications for desktop and mobile OSes.