[Python-Dev] python compiler
David Cournapeau
cournape at gmail.com
Tue Apr 6 11:41:56 CEST 2010
On Mon, Apr 5, 2010 at 11:54 PM, <willian at ufpa.br> wrote:
> for a college project, I proposed to create a compiler for python. I've
> read something about it and maybe I saw that made a bad choice. I hear
> everyone's opinion respond.
Depending on your taste, you may want to tackle something like a
static analyser for python. This is not a compiler proper, but it
could potentially be more useful than yet another compiler compiling
50 % of python, and you would get some results more quickly (no need
to generate code, etc...). See e.g. http://bugs.jython.org/issue1541
for an actual implementation on a similar idea (but for jython),
cheers,
David
More information about the Python-Dev
mailing list