[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Python-like syntax.
- From: "Michael T. Richter" <mtr1966@...>
- Date: Sun, 15 Jun 2003 10:33:06 +0800
> 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).