lua-users home
lua-l archive

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


On Tue, 25 Sep 2007 20:07:45 -0300, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:

>> Now we want to precompile the code instead of keeping it all as source.
>
>See http://lua-users.org/lists/lua-l/2007-05/msg00273.html

Thanks. I think we have solved the problem by compiling all the source
to "*.luc" files in the same directories as the .lua files, then
deleting the .lua files before deployment.

Steve