←back to thread

95 points Levitating | 1 comments | | HN request time: 0s | 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. petralithic ◴[] No.45081826[source]
Languages are for humans, not for computers, who read binary anyway.