How much should we cover up the differences between Lua versions? `lua_len` isn't available in Lua 5.1. Should `Lua.len()` support this by calling rawLen or objlen? Should `LUA_COMPAT_MODULE` be defined?
How much should we cover up the differences between Lua versions?
lua_lenisn't available in Lua 5.1. ShouldLua.len()support this by calling rawLen or objlen?Should
LUA_COMPAT_MODULEbe defined?