lua-users home
lua-l archive

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


On Wed, Nov 17, 2010 at 12:48 PM, Leo Razoumov <slonik.az@gmail.com> wrote:
> will do the same. No need  for extra syntactic sugar. Right semantics
> is already there.

Unless you find end) irritating ;)  I mostly agree, but sometimes it
would be nice to customize syntax for a particular application.

Particularly if you are crafting a DSL for other people to use.  (The
usual thinking is that those people must just get used to Lua and
teach their editors some new abbreviations...)

steve d.