Hacker News new | ask | show | jobs
by creadee 4215 days ago
> The future of programming should be one language for all layers of the stack, from the database to the model to the UI.

http://www.red-lang.org/ (a Rebol-like language) promises to do that. And perhaps right down to the OS (if I've understood it correctly).

1 comments

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

The problem is that it's still letting hardware dictate the terms. There should be a meeting of the two: the VM.

Anything that compiles to assembly is doomed to be a reheating of C leftovers.

> Anything that compiles to assembly is doomed to be a reheating of C leftovers.

Thats what Red/System is aiming at, ie. an alternative to C - http://static.red-lang.org/red-system-specs-light.html#secti...

PS. Hmmm... who/why downvoted my parent comment? The comment is factually correct, non-opinionated and with no added embellishments :(