lua-users home
lua-l archive

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


> I understand the theoretical arguments for treating strings as values  
> with respect to weak tables, but are there any practical benefits?

Yes, it makes it possible to understand and to explain what is going
on without having to understand the underlying implementation of strings
in Lua (which may change in the future).

-- Roberto