Red is a programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting, while providing modern support for concurrency and multi-core CPUs. Red tackles the software building complexity using a DSL-oriented approach (we call them dialects) . The following dialects are built-in: Red/System: a C-l

