▲ | zkmon 6 days ago | |||||||
Wow - what's driving the quest for new programming languages? Is there a gap that is still not addressed by the existing languages? At the core, there is only one control statement (GOTO) and a few operations that work on values in memory - IF, READ, WRITE, ADD etc. Anything else is a recipe that uses these ingredients. | ||||||||
▲ | mpweiher 6 days ago | parent | next [-] | |||||||
It's all just Turing machines, or Lambda calculus, or NAND gates
Even FORTRAN was unnecessary.Or maybe...maybe...we're having some problems that our current programming languages aren't addressing: https://www.hpi.uni-potsdam.de/hirschfeld/publications/media... And so we should: | ||||||||
| ||||||||
▲ | ModernMech 6 days ago | parent | prev | next [-] | |||||||
That's like asking "What's with all these people writing books? Is there a gap that is still not addressed by existing books?" Programming languages are fun to write, it's not more complicated than that. | ||||||||
▲ | cmrdporcupine 6 days ago | parent | prev | next [-] | |||||||
REBOL is 28 years old. | ||||||||
| ||||||||
▲ | wiz21c 6 days ago | parent | prev | next [-] | |||||||
languages are not about what you can do but what you can safely (that is, without introducing bugs) abstract while remaining productive (you can code easily) and conducive of human organizations (you can organize team communication around the code). | ||||||||
▲ | Gormo 3 days ago | parent | prev | next [-] | |||||||
> Wow - what's driving the quest for new programming languages? Is People having an interest in exploring the topic. | ||||||||
▲ | novosel 6 days ago | parent | prev | next [-] | |||||||
True, true. But maybe somewhat reductive? What about complexity? The one arising from the growing code, and the other in the brain using the language? I feel new languages try to strategize in the domain of complexity management. | ||||||||
| ||||||||
▲ | petralithic 6 days ago | parent | prev [-] | |||||||
Languages are for humans, not for computers, who read binary anyway. |