Class Variable Access and Assignment
Mike Meyer
mwm at mired.org
Fri Nov 4 18:20:56 EST 2005
Steven D'Aprano <steve at REMOVETHIScyber.com.au> writes:
> equal? Some things are a matter of objective fact: should CPython use a
> byte-code compiler and virtual machine, or a 1970s style interpreter that
> interprets the source code directly?
For the record, I've only seen one interpreter that actually
interpreted the source directly. Pretty much all of the rest of them
do a lexical analysis, turning keywords into magic tokens (dare I say
"byte codes") and removing as much white space as possible. Or maybe
that's what you meant?
<mike
--
Mike Meyer <mwm at mired.org> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
More information about the Python-list
mailing list