Plain Lua tables with lazily-initialized field values.
$ luarocks install lazybag
Lazybag is a tiny Lua library that makes it easy to create table objects with fields that are lazily initialized upon first access using functions acting as value initializers.
root