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

Erik Max Francis max at alcyone.com
Thu Nov 28 15:21:37 EST 2002


Courageous wrote:

> But requires a specific class of editor, whereas all other editors
> around can handle basic programming languages.

Arguably that objection applies more to Python's indentation
requirements than to Lisp's parenthesis-matching requirements.  Most
modern languages -- I dare say nearly all -- have rules about matching
parentheses (and often brackets and curly braces as well, of course) and
so practically any language mode in a programmer's editor will match
Lisp-like parentheses right out of the box.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Who'd ever think it / Such a squalid little ending
\__/ The American and Florence, _Chess_
    Alcyone Systems / http://www.alcyone.com/
 Alcyone Systems, San Jose, California.



More information about the Python-list mailing list