←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. wiz21c ◴[] No.45081256[source]
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).