A vision for Parrot

holger krekel pyth at devel.trillke.net
Wed Nov 6 12:44:01 EST 2002


Robin Becker wrote:
> In article <mailman.1036601108.23735.python-list at python.org>, holger
> krekel <pyth at devel.trillke.net> writes
> ......
> >I wonder if it would be possible to modify/extend the python-VM to allow for
> >"efficient" execution of C#.  We would be set, then, wouldn't we? 
> >
> >regards,
> >
> >    holger
> >
> I think the execution model of C# allows it to be jittable so unless
> python enters a restricted mode the C# will be quite slow. 

I am not sure i understand this.  Why does python need to enter
restricted mode?  

And doesn't PSYCO also do JIT-alike compiling?  That's at least how
i understood Armin.  As he also suggests to rewrite the python-core
in python to make it faster (with psyco) maybe this could help
with an c#-interpreter?  

wildly-guessing'ly yours,

    holger




More information about the Python-list mailing list