lua-users home
lua-l archive

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


On Thu, 23 Dec 2004 14:46:48 -0200, Roberto Ierusalimschy wrote:
> Currently there is no "obvious" way. One solution is to have a main
> entry point, which must be required first, that uses PRELOAD to register
> the other entry points. Another solution is to have little Lua stubs
> that use loadlib to call the other entry points.

PRELOAD methinks covers the dotted name issue.