lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Steve Litt <slitt@troubleshooters.com> writes:
> 7) Use Python's space delimited blocks instead of end. I like the way 
> Python does it.

Absolutely not.  This is one of Python's worst points; it makes a lot of
code significantly harder to read (plus of course all the
stupid-programmer-games in dealing with slightly out-of-spec
whitespace).

-Miles

-- 
Fast, small, soon; pick any 2.