On 14/02/2012 9:15 PM, Josh Simmons wrote:
Not quite sure what you were saying before about standard container
classes? This is Lua after all, and we have the wondrous table which
manages quite well to subsume the common data structures.
I know the argument is getting old, just to clarify what I mean by
standard containers (maybe I mean "collections" if there's a
difference): I agree that table handles the mechanism, but it says
nothing about the intended use, nor does it's interface limit its use
to valid semantics of a specific container type.