Why is Python popular, while Lisp and Scheme aren't?
Kenny Tilton
ktilton at nyc.rr.com
Wed Nov 20 17:03:19 EST 2002
Brian Quinlan wrote:
> Kenny Tilton wrote:
>
>>documentation available at a keystroke, and apropos to search for
>>stuff you suspect is in the language
>
>
> Python has several nice help tools. Try typing "help()" at an
> interactive shell.
great. btw, i did not mean my list to be /in contrast/ with any other
language, just why i find it approachable.
>
>
>> true garbage collection (I am /not/ looking forward to reference
>>counting or the hoops one has to jump thru to handle cyclic refs)
>
>
> Python does not require any such hoops. Python uses a generational
> garbage collector to deal with circular references.
oops. i committed the sin so often committed against Lisp, viz, Living
in the past. my bad.
--
kenny tilton
clinisys, inc
---------------------------------------------------------------
""Well, I've wrestled with reality for thirty-five years, Doctor,
and I'm happy to state I finally won out over it.""
Elwood P. Dowd
More information about the Python-list
mailing list