Why is Python popular, while Lisp and Scheme aren't?

Cameron Laird claird at lairds.com
Mon Dec 16 09:52:10 EST 2002


In article <20021108.121940.201305624.9010 at cybermesa.com>,
Jay O'Connor <joconnor at cybermesa.com> wrote:
>In article <uso37rcegqdpf6 at corp.supernews.com>, "Cameron Laird"
><claird at lairds.com> wrote:
>
>> In article <20021108.115059.1034949299.9010 at cybermesa.com>, Jay O'Connor
>> <joconnor at cybermesa.com> wrote:
>> 			.
>> 			.
>> 			.
>>>Yes, I was a Python advocate in a TCL shop for awhile and had a hard
>>>time convincing
>>>people that there was a qualitative difference between.
>>>
>>>set x [lindex [lindex $var 5] 5]
>>>
>>>and
>>>
>>>x = var[5][5]
>> 			.
>> 			.
>> 			.
Tcl 8.4 builds in recognition of
  set x [lindex $var 5 5]
I'm not in any way claiming this change invalidates earlier
conclusions in this thread; I simply think that those with
enough interest to have read this far deserve the technical
details.
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://phaseit.net/claird/home.html



More information about the Python-list mailing list