lua-users home
lua-l archive

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


>What about a library database type thing from which you import the code and then
>execute it. eg. a library file could be formatted into sections (perhaps with

My gdbm binding contains a sample implementation of a repository of precompiled
code which might be useful for this. (Precompiling part is not essential.)
--lhf