Re: pyvm source code

2005-12-30 Thread Martin v. Löwis
EleSSaR^ wrote: >>What's good about it is that it's small and easier to >>hack and write large scale programs using pyvm as the >>base runtime. > > I'm sorry I don't get it. Could you please explain it better? What are the > advantages of this pyvm compared to the 'original' Python? I think he sa

Re: pyvm source code

2005-12-30 Thread EleSSaR^
stelios xanthakis si è profuso/a a scrivere su comp.lang.python tutte queste elucubrazioni: > What's good about it is that it's small and easier to > hack and write large scale programs using pyvm as the > base runtime. On the other hand, pyvm is not compatible > with python and AFAIC there is no

pyvm source code

2005-12-30 Thread stelios xanthakis
Hi. pyvm is a program that can run python 2.4 bytecode. It can also run the bytecode of the 'pyc compiler' and consequently it can run python source code. It's written from the scratch and it has only been tested on a x86/Linux system. It's not portable yet, neither ready for the simple user, not