lua-users home
lua-l archive

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


Thanks everyone for your replies.

"anderson" <anderson@badmama.com.au> wrote in message
news:be70dj$3d1$1@main.gmane.org...
> Hello,
>
> I have some scripts that may be ran many times, in one program execution.
> I'd like to keep them in memory (RAM) in the lua complied state. How do I
do
> that?
>
> I know I can use lua_dostring to execute strings I have in memory, but I'd
> also like to use the lua complied codes instead.
>
> Thanks,
>
> Anderson
>
>
>
>