performance of tuple-less Python?

Hans Nowak ivnowa at hvision.nl
Tue Nov 30 17:44:59 EST 1999


On 30 Nov 99, Quinn Dunkan wrote:

> And what was that party trick of changing 1 to equal 2 in forth?  Maybe
> that's more at the language level though, but I don't know much about
> forth (one of these days...).

Easy... let's change the value of 4:

: 4 5 ;
4 4 + .

will print 10. ^_^

Python is part OO, part procedural, part functional... I haven't seen 
any features from stack-based languages yet, though. Maybe an idea 
for Guido? <wink>

--Hans Nowak (zephyrfalcon at hvision.nl)
Homepage: http://fly.to/zephyrfalcon
You call me a masterless man. You are wrong. I am my own master.




More information about the Python-list mailing list