[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compiling Lua for uClinux create larger file than expected
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 20 Oct 2004 08:00:32 -0200
> one of Lua's informal missions is to use every part of ANSI libc and libm.
That's not entirely correct. We try to reduce the dependency of Lua's core to
a minimum. For a more precise statement, see
http://lua-users.org/lists/lua-l/2004-08/msg00092.html
For a simple implementation what of the core does need, see
http://lua-users.org/lists/lua-l/2004-03/msg00051.html
and the rest of that thread.
--lhf