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

> python is not interpreted,it is compiled in bytecode just like java.

Depending on the implementation, so is Ruby. The canonical MRI 1.9 compiles to bytecode and interprets it. But unlike python, it doesn't write the bytecode to disk. The loading of bytecodes has been disabled until a bytecode verifier is implemented.




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

Search: