lua-users home
lua-l archive

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


On Fri, Feb 8, 2013 at 2:50 PM, Joseph Manning <manning@cs.ucc.ie> wrote:
>>> Appeal to Lua developers: is there any chance of at least adding != as
>>> an alternative in the next release?
>
>    Nooooooo!  Please don't Perl-ise it.


Rather than Perl-izing it, I would say: bringing it in line with most
of modern languages.
FWIW, Lua's solitary choice of ~= is a weird quirk.