The more I think about it the more I want to enable self-iterating tables (for k,v in {1,2,3} do) in new Lua VM. There's a couple tiny caveats but it feels like a life changer. Thoughts?
Iterating tables is an unnecessary annoyance so why not? Sounds like a good add to me I didn't know the order was random before, so that also caused some issues. As a new-to-Lua Dev I assumed the order was in sequence because... Common sense?
