Re: [Python-Dev] SoC AST generation question

2007-03-20 Thread Jay Parlar
On 3/20/07, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > Notice that there are really two separate AST projects listed: one > is to improve usage of the AST compiler, by, say, adding more passes > to it, or allowing round-tripping from the Python representation. > The other one is to generate ast

Re: [Python-Dev] SoC AST generation question

2007-03-20 Thread Martin v. Löwis
Jay Parlar schrieb: > 1) Who would most likely mentor this project? As Brett says, it all depends on the applications we receive and those that get accepted. That said, it might be me. > 2) I've never worked in the core before (but have been using Python as > my primary language for about 6 years

Re: [Python-Dev] SoC AST generation question

2007-03-19 Thread Michael Spencer
Brett Cannon wrote: > On 3/19/07, Michael Spencer <[EMAIL PROTECTED]> wrote: ... >>> >> FWIW, I've already implemented bytecode generation from AST, >> http://svn.brownspencer.com/pycompiler/branches/new_ast/ >> as I reported to this list previously. >> http://mail.python.org/pipermail/python-dev/2

Re: [Python-Dev] SoC AST generation question

2007-03-19 Thread Brett Cannon
On 3/19/07, Michael Spencer <[EMAIL PROTECTED]> wrote: > Jay Parlar wrote: > > I'm considering applying to be a student in this year's SoC, and the > > AST code generation in particular looks interesting to me (listed > > here: http://wiki.python.org/moin/CodingProjectIdeas/PythonCore). > > > > I w

Re: [Python-Dev] SoC AST generation question

2007-03-19 Thread Michael Spencer
Jay Parlar wrote: > I'm considering applying to be a student in this year's SoC, and the > AST code generation in particular looks interesting to me (listed > here: http://wiki.python.org/moin/CodingProjectIdeas/PythonCore). > > I was wondering a few things: > > 1) Who would most likely mentor th

Re: [Python-Dev] SoC AST generation question

2007-03-19 Thread Brett Cannon
On 3/19/07, Jay Parlar <[EMAIL PROTECTED]> wrote: > I'm considering applying to be a student in this year's SoC, and the > AST code generation in particular looks interesting to me (listed > here: http://wiki.python.org/moin/CodingProjectIdeas/PythonCore). > > I was wondering a few things: > > 1) W

[Python-Dev] SoC AST generation question

2007-03-19 Thread Jay Parlar
I'm considering applying to be a student in this year's SoC, and the AST code generation in particular looks interesting to me (listed here: http://wiki.python.org/moin/CodingProjectIdeas/PythonCore). I was wondering a few things: 1) Who would most likely mentor this project? 2) I've never worked