lua-users home
lua-l archive

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


>Using the linker still requires you to recompile the interpreter (adding the
>"mylibopen()" or something into initialising libraries). This is _not_ what
>I and some others like to do. We like to be able to use a "off-the-shelf"
>interpreter and extend that with modules just by giving command line
>parameters or placing certain files in certain folders.

This is being addressed. The bare-bones loadlib will be included in the
interpreter if you build it with the correct flags in the config file.
The details are still be decided, though, but this should be available in 5.0.
--lhf