Python 1.6 The balanced language
Christian Tismer
tismer at appliedbiometrics.com
Tue Sep 12 06:54:45 EDT 2000
More information about the Python-list mailing list
Tue Sep 12 06:54:45 EDT 2000
- Previous message (by thread): Embedding newbie question
- Next message (by thread): Python 1.6 The balanced language
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Peter Schneider-Kamp wrote: > > Suchandra Thapa wrote: ... > > >Sometimes there are even technical drawbacks: if you use Stackless > > >python (corrutines), you can use Jpython compatibility ! > > It is not impossible to implement coroutines for JPython. It's just > hard (or impossible) to implement them efficiently without changing > the VM beneath. But that's the point: JPython does not have an extra VM, but emits java VM code. That means: Having coroutines for JPython is the same question as having coroutines in Java: Is it possible without changing the Java VM? I'm proetty shure it is impossible by creating java scourcecode, but I'm no longer sure that the VM is incapable to do it. This code would just have no Java equivalent. Yet another decompile barrier :-) ciao - chris -- Christian Tismer :^) <mailto:tismer at appliedbiometrics.com> Applied Biometrics GmbH : Have a break! Take a ride on Python's Kaunstr. 26 : *Starship* http://starship.python.net 14163 Berlin : PGP key -> http://wwwkeys.pgp.net PGP Fingerprint E182 71C7 1A9D 66E9 9D15 D3CC D4D7 93E2 1FAE F6DF where do you want to jump today? http://www.stackless.com
- Previous message (by thread): Embedding newbie question
- Next message (by thread): Python 1.6 The balanced language
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list