If all programming languages are Turing Complete then why do we have language wars?
- by kadaj
There are language wars saying one programming language is better than other.. Consider Lisp and Java; and we can argue that the meta programming capabilities of Lisp is better than that of Java. But that does not mean Java cannot have meta programming capabilities without being another dialect of Lisp.
Basically all programming languages are Turing Complete. So doesn't that mean we could solve any solvable problem in all those programming languages?