If all programming languages are Turing Complete then why do we have language wars?

Posted by kadaj on Programmers See other posts from Programmers or by kadaj
Published on 2012-11-30T04:16:05Z Indexed on 2012/11/30 5:25 UTC
Read the original article Hit count: 220

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?

© Programmers or respective owner

Related posts about programming-languages

Related posts about turing-completeness