[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.0 and 5.1 together
- From: Diego Nehab <diego@...>
- Date: Tue, 11 Apr 2006 19:32:39 -0400 (EDT)
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.