[ann] Minimal Python project

Skip Montanaro skip at pobox.com
Tue Jan 14 10:49:15 EST 2003


    Edward> The essence of what psyco is doing in this example is
    Edward> (cleverly!)  discovering the types of Python objects and...

It discovers the values of Python objects as well.  That is information
which can generally only be found at runtime.  In addition, for operations
which can take values of multiple types, Psyco can generate specialized
versions tailored to just those types which happen to be used.

Skip





More information about the Python-list mailing list