[EMAIL PROTECTED] wrote: > I'm considering writing a little interpreter for a python-like > language [...] > I'd also like to implement most of the planned Python 3000 changes.
In case you're interested in a real project, consider taking a look at Cython, which is a Python-to-C compiler for writing C extension modules in a Python-like language. http://cython.org Stefan -- http://mail.python.org/mailman/listinfo/python-list