Since our users will use Lua methods, these users will then be forced to deal with inconsistent conventions.  Note that I cannot implement all standard Lua methods anyway, for example I can't implement the next() method.  And for users who want standard method names, it is trivial to add like this:
getmetatable  = get_metatable
setmetatable  = set_metatable