|
A fun experiment would be to add a purely functional (non-mutable) container in Lua, and see how well it could cohabitate with imperative tables (the result would probably not feel lua-ish at all; maybe more scheme-ish). But my experience is, it rapidly becomes painful to pretend that tables can be used functionally.