Hacker News new | ask | show | jobs
by viraptor 5186 days ago
Isn't that pretty much what pypy does (from my limited experience with it). They seem to infer types in places where they're invariable. The whole idea of rpython subset of language seems to make this possible.

There were also other projects doing that. This post offered an interesting thesis, but the pdf is not online anymore http://groups.google.com/group/comp.lang.python/msg/114a25d3... maybe someone knows of a copy?