Project naming suggestions?

Stefan Behnel stefan_ml at behnel.de
Sun Feb 3 15:35:03 EST 2008


miller.paul.w at gmail.com 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



More information about the Python-list mailing list