Live data from Hacker News

Future of Programming Languages

c2.com

71–73 of 73 posts

Re: Future of Programming Languages

#71
post #68

The future of programming should be one language for all layers of the stack, from the database to the model to the UI. I think that hints that it should be a form of declarative. And if it's declarative, it should be focused on managing state. And if it's a thin syntactical representation of its VM, instructions/code could be interpreted immediately at entry and be managed as state, so you wouldn't be working with a…

> 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).

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

Re: Future of Programming Languages

#72
post #68

Earlier quoted context omitted.

> 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).

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.

Re: Future of Programming Languages

#73

Earlier quoted context omitted.

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 :(

Post reply on HN