lua-users home
lua-l archive

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


On 15/01/2010 17:41, Jerome Vuarand wrote:


I noticed the package.loaders table name hasn't changed, while its
content is still documented as searchers. Maybe it's time to change
its name to package.searchers. The old name can be kept in addition to
the new one and pointing to the same table, for compatibility
purposes.


+1

I'd also like to request for the loaders (erm, searchers) to be accesible from Lua with well-known names.
Something like:

local func = package.searchers["loader_lua"]