Python vs. Ruby

Erik Max Francis max at alcyone.com
Wed Jan 8 21:02:19 EST 2003


"Stuart D. Gathman" wrote:

>   aList.sort();.reverse()       # aList.sort(); aList.reverse()
> 
> A statement cannot begin with '.', so ';.' means to invoke another
> method
> on the same object.

But is this awkwardness really worth it?  One of Python's truly great
assets is its transparently readable code.  I'm opposed on general
principle to anything which defeats that.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Strange is our situation here upon earth.
\__/ Albert Einstein
    ZOE / http://www.alcyone.com/pyos/zoe/
 A simple Python OpenGL rendering engine.




More information about the Python-list mailing list