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

I'm pretty sure Python 3 already does this, and that's what the __pycache__ directories it creates when running a command are for.



Those are only bytecode. It helps a little but you still have to load the file from the filesystem and run it on import.




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

Search: