lua-users home
lua-l archive

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



And you can also embed your luac'd bytecode within an executable, if your project has a C(++) main program.

Look for bin2c, used at least in LuaSocket (I think) and luaSub.


Luiz Henrique de Figueiredo kirjoitti 25.2.2008 kello 14:03:

Is possible to get something like .lua files on binary format (the equivalent in Python is .pyc I think)?

Use luac.