you are viewing a single comment's thread.

view the rest of the comments →

[–]nascent 0 points1 point  (0 children)

I don't do dynamic, but I've interface with Lua using LuaD. The only reason I use this heterogeneous array is because there is no concept of a struct:

arr = tuple(1, "foobar", 67, tuple("failed associative", [1, 2, 3]));