Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I largely agree with what you said but

> there's nothing lingual about python that stops it from being compiled

Are you sure? Python is a very dynamic language. Some of the most dynamic parts of python might not be possible to compile fully ahead of time and might need to be JITed, because the behavior of the code will only be possible to determine at runtime.



CPython doesn't have a JIT. It compiles to bytecode, which is then "interpreted" by a stack based VM.




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

Search: