[Python-Dev] Parrot -- should life imitate satire?

Gordon McMillan gmcm@hypernet.com
Tue, 31 Jul 2001 16:27:29 -0400


Moshe Zadka wrote:

> PUSH "1"
> PUSH "2"
> BINARY_ADD

But you get a pair of LOAD_CONSTs and a BINARY_ADD. 
Presumably a Perl "1" is a different object that a Python "1".

- Gordon