←back to thread

95 points Levitating | 1 comments | | HN request time: 0.2s | source
Show context
zkmon ◴[] No.45080822[source]
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.

replies(7): >>45080878 #>>45080946 #>>45081256 #>>45081267 #>>45081826 #>>45083335 #>>45114886 #
1. ModernMech ◴[] No.45083335[source]
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.