Comment on Which language you wish would really grow and reach mainstream adoption?
robinm@programming.dev 1 year agoSyntax has never really be an issue. The closest thing to plain english programming are legal documents and contracts. As you can see they are horrible to understand but that the only way to correctly specify exactly what you want. And code is much better at it. Another datapoint are visual languages like lego mindstorm or LabView. It’s quite easy to do basic things, but it doesn’t scale at all.
UraniumBlazer@lemm.ee 1 year ago
jasory@programming.dev 1 year ago
This requires many assumptions that you or any computational system have no formal reason to make. Having an interpreter that just guesstimates exactly how you want the program structured, is going to run into problems when you, say want to extend the program.