|
|
|
|
|
by chongli
767 days ago
|
|
This argument is the most common fallacy I see in programming language discussions. I might as well give it a name right here: "Turing equivalence fallacy" or perhaps "syntax sugar fallacy." All Turing Complete programming languages are Turing equivalent to one another. Programs written in one language can be mechanically transformed into those written in another. This is irrelevant to the discussion of programming languages. The whole point of creating different programming languages is to explore different ways to express the same program! |
|
There's also a great talk on the matter [1], if somebody is interested in formalities.
[1] https://www.youtube.com/watch?v=43XaZEn2aLc