|
|
|
|
|
by crote
1084 days ago
|
|
See, that's the problem: it doesn't work! If both languages are Turing-complete, you can always implement language X in Y, and Y in X. That's basically the definition of Turing-completeness. Any feature can be implemented in the destination language, even if it is by something as silly as running the source language compiler and executing the resulting bytecode in a x86 VM in your destination language. |
|