lua-users home
lua-l archive

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


I would like my application to host multiple Lua versions, so that multiple Lua versions could execute simultaneously in one process. Has this been done before? Any ideas and pointers are much appreciated.

I am primarily interested in having multiple versions statically linked, but will consider dynamic linking (shared lbs) if that is beneficial.

Cheers,
V.