lua-users home
lua-l archive

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


On Sat, Jun 14, 2003 at 03:57:17PM +0200, Enno Rehling wrote:
> I like python, if only because I don't need to go into fights 
> with others over brace styles (1TBS et al). ;-)

No, you only get in fights over whether indentation should be a 
syntactical element.

I was at first attracted to Python's use if indentation for delimiting
blocks, but in the end, don't like it. It just doesn't look good and
I don't like the fact that changes in something invisible (mixing spaces
and tabs) could have an effect on the code. Between braces and do...end,
I don't have an opinion.

-- 
Tuomo