←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 #
mpweiher ◴[] No.45081267[source]
It's all just Turing machines, or Lambda calculus, or NAND gates

   https://en.wikipedia.org/wiki/NAND_logic
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:

https://dl.acm.org/doi/10.1145/3689492.3690052

replies(1): >>45084988 #
1. justin66 ◴[] No.45084988[source]
It’s all ball bearings nowadays.