lua-users home
lua-l archive

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


> The Lua style was always: do it yourself 'cause the core is
> nonbloated. Loading table.sort through the Lua API and lua_call it, is
> simple enough.

If you don't want to load the standard libraries, copy the desired pieces
you want and create your own C library. It should be easy enough, if tedious.