翠星石 on Nostr: Zergling_man Any Turing complete language can be converted to another language, ...
Zergling_man (nprofile…pltp) Any Turing complete language can be converted to another language, although the question is if it works properly.
Such kind of script is fine to run for a laugh (lel, it runs faster when compiled as C), but you are going to get a hot mess if you try to translate a whole complex python program to C due to the deficiencies of python.
A translator may be useful to do the initial translation of functions, but you would need to go and clean up such functions majorly before they'll be useful.
Such kind of script is fine to run for a laugh (lel, it runs faster when compiled as C), but you are going to get a hot mess if you try to translate a whole complex python program to C due to the deficiencies of python.
A translator may be useful to do the initial translation of functions, but you would need to go and clean up such functions majorly before they'll be useful.