Re: [Python-Dev] compiler optimizations: collecting ideas

2008-11-14 Thread average
"Daniel Furrer" <[EMAIL PROTECTED]> wrote: > As part of an advanced compiler design course at our university (ETH > Zurich), we have to implement an optimization (or various thereof). > I've spoken with a couple of people who are, like me, very fascinated by > Python. > So I would just like to ask

Re: [Python-Dev] compiler optimizations: collecting ideas

2008-11-14 Thread Stefan Behnel
Daniel Furrer wrote: > As part of an advanced compiler design course at our university (ETH > Zurich), we have to implement an optimization (or various thereof). > I've spoken with a couple of people who are, like me, very fascinated by > Python. > So I would just like to ask if somebody has any id

Re: [Python-Dev] compiler optimizations: collecting ideas

2008-11-14 Thread Stefan Behnel
Steven D'Aprano wrote: > On Sat, 15 Nov 2008 01:27:54 am Daniel Furrer wrote: > [snip] >> We're looking for: >> - Hints as to which python compiler would be best to work on. (The >> official Python compiler package seems very nice to work with >> actually...) - If there are any requests in the area

Re: [Python-Dev] compiler optimizations: collecting ideas

2008-11-14 Thread Nick Coghlan
Daniel Furrer wrote: > Hello everybody, > > As part of an advanced compiler design course at our university (ETH > Zurich), we have to implement an optimization (or various thereof). > I've spoken with a couple of people who are, like me, very fascinated by > Python. > So I would just like to ask

Re: [Python-Dev] compiler optimizations: collecting ideas

2008-11-14 Thread Steven D'Aprano
On Sat, 15 Nov 2008 01:27:54 am Daniel Furrer wrote: [snip] > We're looking for: > - Hints as to which python compiler would be best to work on. (The > official Python compiler package seems very nice to work with > actually...) - If there are any requests in the area of optimization > that we coul