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

Erik Max Francis max at alcyone.com
Sat Nov 9 22:46:02 EST 2002


Syver Enstad wrote:

> On another note, I think the Smalltalk method call (keyword message
> send)
> syntax is fabulously readable, why haven't anybody picked that up?
> Code like this is marvelously more understandable than the usual
> position based argument list that one uses in Lisp and C.
>
> Ex: 
> 
> aCircle paintOn: aCanvas at: aPoint

Objective-C uses basically this same syntax, albeit surrounded by
brackets.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Can I walk with you / Through your life
\__/ India Arie
    Kepler's laws / http://www.alcyone.com/max/physics/kepler/
 A proof of Kepler's laws.



More information about the Python-list mailing list