Python interpreter in python?

D-Man dsh8290 at rit.edu
Tue Dec 19 13:42:53 EST 2000


The problem with such a thing is that to run your interpreter you
would need an existing interpreter (written in C/Java or other
language).  The only languages that can be implemented in themselves
are compiled languages like C and C++.

What experimenting are you planning on doing?  Python does have an
'eval' function that will evaluate the given python code.

-D

On Tue, Dec 19, 2000 at 08:31:03PM +1000, Chui Tey wrote:
> Is there a python implementation of the python VM? Basically for
> experimenting?
> 
> Chui
> 




More information about the Python-list mailing list