Re: Prothon on CPython intrepreter? [PROTHON]

Paul Prescod <[email protected]> Sun, 15 Aug 2004 19:34:35 -0700
Newsgroups gmane.comp.lang.prothon.user
Message-ID <[email protected]>
Mark Hahn wrote:
> I think you are missing the point.  You are explaining how to implement
> Prothon with the CPython interpreter.  I know how to do that.  
> 
> What I was questioning was your idea to make Prothon upwards compatible with
> Python.  I don't see how that could be done.  My changes to Python would
> break existing Python code.

It is probably not relevant anymore as it looks like you are leaning 
towards .NET but:

Python would have one parser and Prothon would have another. The two 
would share a VM, just as two parsers can run on the same VM on .NET.

90% of bytecodes would be shared between Python and Prothon but there 
might be a few that would be unique to each.

  Paul Prescod