Duck-checker in Python: does one exist?
programmers.stackexchange.com
Duck-checker in Python: does one exist?
1–3 of 3 posts
Re: Duck-checker in Python: does one exist?
#2Isn'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?
Re: Duck-checker in Python: does one exist?
#3checkout enthought traits