[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is there any reason not to have sort function from C API?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 17 Aug 2011 13:54:37 -0300
> 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.