lua-users home
lua-l archive

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


On Tue, Nov 23, 2010 at 14:02, Gilles Ganault <gilles.ganault@free.fr> wrote:

> The scripts are small enough that I don't need to pre-compile
> them into bytecode with the "luac" compiler.

Note that, depending on its nature, Lua script source code may be
*smaller* than the bytecode.

If you ever need to reduce script size, take a look at LuaSrcDiet and friends:

http://lua-users.org/wiki/CompressionAndArchiving

Alexander.