BASIC vs Python

Christos TZOTZIOY Georgiou tzot at sil-tec.gr
Fri Dec 17 04:27:32 EST 2004


On Fri, 17 Dec 2004 01:43:56 -0600, rumours say that Mike Meyer
<mwm at mired.org> might have written:

>Assembler was better - at least you had recursion with
>assembler.

You had recursion with BASIC --what you probably mean is that you had no
stacked parameters (unless you imitated that with using an indexed
array).

90 rem recursion
100 print "beautiful colours"
110 gosub 100
-- 
TZOTZIOY, I speak England very best.
"Be strict when sending and tolerant when receiving." (from RFC1958)
I really should keep that in mind when talking with people, actually...



More information about the Python-list mailing list