Type inference, lessons learned from Vyper

Dave Benjamin ramen at lackingtalent.com
Thu Feb 3 11:03:24 EST 2005


Hey all,

I came across a fascinating thread on the Caml mailing list this morning.
It's about writing an interpreter for Python that can do type inference, and
John Skaller shares a lot of his experiences with the Vyper project:

http://groups-beta.google.com/group/fa.caml/browse_frm/thread/4f65d0484529848e/

As you may recall, Vyper was an implementation of Python written in OCaml.
The source code has apparently gone to bit-heaven, but Skaller's analysis
gives some illuminating insight into the kinds of problems we might run into
if Python is to become more statically verifiable.

-- 
 .:[ dave benjamin: ramen/[sp00] -:- spoomusic.com -:- ramenfest.com ]:.
        "talking about music is like dancing about architecture."



More information about the Python-list mailing list