Hi all, I'm a little bit confused at the moment about what you really try to achive and I'm not too sure if everybody is talking about the same thing. Anyway, since two of the founders of this pypy discussion are meeting in person this Friday I'd propose that I grill them a little bit and write up some paper about it (and post it here, of course). That's all Stephan
Stephan Diehl wrote:
Hi all,
I'm a little bit confused at the moment about what you really try to achive and I'm not too sure if everybody is talking about the same thing. Anyway, since two of the founders of this pypy discussion are meeting in person this Friday I'd propose that I grill them a little bit and write up some paper about it (and post it here, of course).
We are rewriting Python in Python. Stepwise. First, getting a minimal system up and running, replacing the core modules by hand. Finally, we want to lift all of the C code to Python, in order to do certain things with that, like trying different ways to copile it back into C, another VM, Psyco, trying different versions of the object model, all of that. And yes, there should be a way to downsize Python, reasonably, then. Grilled Python in Perlchicken sauce :-) -- Christian Tismer :^) <mailto:tismer@tismer.com> Mission Impossible 5oftware : Have a break! Take a ride on Python's Johannes-Niemeyer-Weg 9a : *Starship* http://starship.python.net/ 14109 Berlin : PGP key -> http://wwwkeys.pgp.net/ work +49 30 89 09 53 34 home +49 30 802 86 56 pager +49 173 24 18 776 PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04 whom do you want to sponsor today? http://www.stackless.com/
On Monday 20 January 2003 14:13, you wrote:
Stephan Diehl wrote:
Hi all,
I'm a little bit confused at the moment about what you really try to achive and I'm not too sure if everybody is talking about the same thing. Anyway, since two of the founders of this pypy discussion are meeting in person this Friday I'd propose that I grill them a little bit and write up some paper about it (and post it here, of course).
We are rewriting Python in Python. Stepwise. First, getting a minimal system up and running, replacing the core modules by hand. Finally, we want to lift all of the C code to Python, in order to do certain things with that, like trying different ways to copile it back into C, another VM, Psyco, trying different versions of the object model, all of that. And yes, there should be a way to downsize Python, reasonably, then.
Ahh, but don't think I won't you asked anything about this :-)
Grilled Python in Perlchicken sauce :-)
Sounds tasty. Is it available at Butter Lindner?
participants (2)
-
Christian Tismer -
Stephan Diehl