lua-users home
lua-l archive

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


> It is interesting what would you think about making some changes to
> lua lexer to support indentation for statements grouping like in
> Python?

I vote "no".  When I want to program in Python (which happens often!), I
type "python" at the command line.

I like (most) of the syntax of Lua as it stands now.  Begin/end do not make
things "unreadable".  They make things more obvious (and, in the process,
avoid some nasty, hard-to-debug situations that routinely pop up in C&Ped
Python code).