|
I would call that more of a library incompatability. You're mixing languages that were not intended to mix.
The point of Turing completeness is that you can write the SDL library, Win32 API, and whatever else you want in any Turing complete language; however, the amount of effort and code that is required is not necessarily the same (BF and Whitespace, for instance would require more effort than C++ or Java).
|