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

I think design choices made in Python simply don't allow for comprehensive ahead of time compilation. For what it's worth, they have recently landed snapshots in Dart that do what you want:

https://github.com/dart-lang/sdk/wiki/Snapshots

It's what Flutter uses on iOS since you can't run JITed code; AOT compile it and load it as just another shared library.



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

Search: