Re: Prothon on CPython intrepreter? [PROTHON]

"Roger Binns" <[email protected]> Wed, 11 Aug 2004 19:10:22 -0700
Newsgroups gmane.comp.lang.prothon.user
Message-ID <[email protected]>
Christian Tismer wrote:
> Wouldn't it be *way* simpler to just have two interpreters?

There is the way the Python interpretter works with TCL
in order to do Tk.  You just run both interpretters in
the same address space, and have a transparent mechanism
to communicate between the two.

Roger