Hacker News new | past | comments | ask | show | jobs | submit login

Python has a compiler. Runs every time you run python code.

I think you have it wrong there T-Hawk.




True, although the Python compiler operates invisibly and transparently. kbutler makes a good point too. I'll clarify my original distinction: it's whether source code is executable without needing additional tools, and thus the knowledge and environment and dependencies needed to use them.


Python doesn't actually "compile" the code on each run. It only "recompiles" when something changes.


You are correct.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: