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

Simon Cozens simon@netthink.co.uk
Thu, 2 Aug 2001 10:24:14 -0700


On Tue, Jul 31, 2001 at 10:32:59PM +0200, Thomas Wouters wrote:
> PUSH "1"
> PUSH "2"
> BINARY_ADD
> 
> for it's 
> 
> "1" . "2"

*cough*. Hell no! Addition and string concatenation would be
separate opcodes. (I think.)

Simon