lua-users home
lua-l archive

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


Hi,

I'm using a "dispatcher" file lua_init.lua which is pointed to by LUA_INIT.

I myself had suggested something like that on the list.  John convinced
me this was not a good idea.

For now, nothing is wrong. If it works, it works. It's just not very
robust.  Your lua_init.lua, the same file, has to work in all versions
of Lua. This might become more complicated as new versions are available
simultaneously.

Regards,
Diego.