lua-users home
lua-l archive

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


> Feel free to create a patch and use it yourself, but don't expect a lot 
> of people to support losing such a core feature. Even if you never say:
> 
> foo "bar"
> 
> or
> 
> foo{ bar=1 }


I agree that this is pretty nice.  It don't use it nearly as often as I use
commas.  My average Lua file has over 200 commas and not many instances of foo{
bar=1}.   I usually only this with require statements.  Ex: require "utils"

- Greg