lua-users home
lua-l archive

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


2016-09-14 16:23 GMT+02:00 Peter Aronoff <telemachus@arpinum.org>:
> While we are on this *advanced* subject, I have a question: none of this
> “array part” and “hash part” stuff is guaranteed, right? That is, you
> shouldn’t rely on it in your code, should you? (Not that it’s immediately
> clear to me how you would even rely on it, but just to be clear.)

All of it is implementation detail, yes. It's just that some people
(me, for example) like to understand _exactly_ why something
happens and don't mind reading the comments in the Lua source
if necessary.