lua-users home
lua-l archive

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


I wonder why lua didn't adopted sql-like semantics for nil, i.e. nil
transcends all types, short-circuits standard operations and
functions, and nil ~= nil. It got good with tables though (although
many ppl see that differently). IMHO, it would had resulted in more
composability of standard functions and functional idioms, thus more
expressivity.