lua-users home
lua-l archive

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


Thanks for all the info here!

On Wed, May 13, 2015 at 1:02 PM, William Ahern
<william@25thandclement.com> wrote:
> The solution I gave above should implement precisely this. However, it
> requires Lua 5.2+.

How many people are still on Lua 5.1? 5.2 has been out for almost 4
years now. And LuaJIT supports the package.loadlib(name, "*") feature.

I am favoring this solution for now (what you posted is roughly
equivalent to what I was thinking of doing).