Arc Forumnew | comments | leaders | submitlogin
2 points by nex3 5898 days ago | link | parent

I'm not much of a fan of Lua's array system... I'd rather give programmers explicit control of their data structures.


4 points by mec 5898 days ago | link

For quick prototyping I can see how Lua's tables would be extremely useful. I've been trying to think of a way to combine lisp macros with Lua tables to see how that turns out.

-----