Python CPU

Carl Banks pavlovevidence at gmail.com
Sun Apr 3 03:57:12 EDT 2011


It'd be kind of hard.  Python bytecode operates on objects, not memory slots, registers, or other low-level entities like that.  Therefore, in order to implement a "Python machine" one would have to implement the whole object system in the hardware, more or less.

So it'd be possible but not too practical or likely.


Carl Banks



More information about the Python-list mailing list