|
|
|
|
|
by draegtun
4211 days ago
|
|
Yep... Red can compiled down to Red/System or be interpreted (with JIT). Red/System can be compiled down to machine code, bytecode (for select VMs) and I believe Javascript. Red claims to be the world’s first full-stack language - http://www.red-lang.org/p/contributions.html |
|
Anything that compiles to assembly is doomed to be a reheating of C leftovers.