"Limin Fu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks a lot for the explanations. > So CPython used more or less the standard technique to > implement the interpreter.
Yes. Moreover, the code is still pretty clean (in most places, at least) after 15 years of development. These two facts facilitate joining the development team. If you want cutting-edge, mind twisting stuff, look into Psyco extension (Armin Rigo, 1.3 just announced here) Stackless extension (Christian Tismer) PyPy (new interpreter written in Python, several people, has EU funding) Terry J. Reedy -- http://mail.python.org/mailman/listinfo/python-list