0
Can any programming language do every programming task?
So, this question was popped up in my mind after i tried to create a program. When i used Javascript and C# to create a program with excatly same functionallity, both approached with a different steps by steps of solving, although i coded it myself. Because i coded them with different way to function as it should without any deliberate, then i have a question sounds like above.
3 Respostas
+ 3
When a language can theoretically do anything, it is referred to as "Turing complete". This means that if it were given an infinite memory and time, it could run any algorithm you wanted. You should Google "Turing complete" if you want to know more about what it really means and what language are or are not Turing complete.
+ 2
I don't think so that any programming language can do all the task
different programming languages have different tasks......
- 3
google