lua-users home
lua-l archive

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


With C environments (LUA_ENVIRONINDEX) is it possible (from the C
side) to create a module that has its own specialist loader?

So, for example, when we use

require 'mymodule'

It will use a specialist loader but no other modules will use
the specialist loader.

DB