[Python-Dev] RQST: Master Thesis

2008-03-09 Thread Michal Revucky
hi, I'm about to start my master thesis: optimizing python interpreter therefore i would require your help plz ;) first of all i need to find out, how the python interpreter is implemented, and which are the related sources, if this stuff is somewhere documented that would be very helpfull...

Re: [Python-Dev] RQST: Master Thesis

2008-03-09 Thread skip
Michal I'm about to start my master thesis: optimizing python Michal interpreter therefore i would require your help plz ;) Michal first of all i need to find out, how the python interpreter is Michal implemented, and which are the related sources, if this stuff is Michal

Re: [Python-Dev] RQST: Master Thesis

2008-03-09 Thread Alex Martelli
Depending on which implementation[s] you want to target, Michal, you should also check out PyPy at http://codespeak.net/pypy/, IronPython at http://www.codeplex.com/IronPython, and Jython at http://www.jython.org/ -- Jython's currently a tad behind the other three, but Sun Microsystems has just