lua-users home
lua-l archive

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


> I thought of a solution, where the program assigns each user (that is, 
> each group of scripts) a separate environment and calls those scripts 
> within that environment. But AFAIK, there is no way to have a 
> package.path per an environment, there is only one package.path.

Why not a separate Lua state for each user?