View Single Post
Old Apr 17th, 2006, 7:57 PM   #28
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 751
Rep Power: 3 Jimbo is on a distinguished road
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).
Jimbo is offline   Reply With Quote