red is a new programming language, strongly inspired by rebol.
red is a new programming language, strongly inspired by rebol.
main characteristics are:
functional, imperative and symbolicprototypebased object supporthomoiconic (red is its own metalanguage)both statically and jitcompiled to native codeconcurrency and parallelism strong support (actors, parallel collections) lowlevel system programming abilities through the builtin red/system dslhighlevel scripting and repl console supporthighly embeddablelow memory footprint, garbage collectedlow disk footprint (< 1mb)
programming-language functional-language prototype-based