[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to deploy without .lua sources
- From: "Wesley Smith" <wesley.hoke@...>
- Date: Tue, 26 Feb 2008 00:29:11 -0800
Also, LOOP ( http://loop.luaforge.net/ ) comes with a nice .lua -> .c converter.
wes
On Tue, Feb 26, 2008 at 12:13 AM, Asko Kauppi <askok@dnainternet.net> wrote:
>
> 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.
>
>