lua-users home
lua-l archive

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


To answer the question in the subject, it is possible and even easy to
*load* bytecode or source from external sources. Running them in a
separate memory space probably requires a lot of work, but I haven't tried.