Hacker News new | ask | show | jobs
by haltist 936 days ago
Really? Oh wow, I did not know that. I thought all languages with recursion and loops were Turing complete. Are you saying there is some kind of difference between C and Python as far as what programs can be written in them or is this something else?
1 comments

I can’t tell if you’re joking. Python uses tons of memory and is generally low performance. It can do everything c can but slower
This is good to know.