lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> If Lua doesn't need a registry then neither does C.

That's not true. Lua is an embedded language and C code may need to
store things in a Lua state that Lua scripts cannot have access to
because of security. Not everything that can be done to Lua in C should
be exposed to Lua scripts.