lua-users home
lua-l archive

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


Hello all,

I need to save and load the lua state to and from disk. Any bright ideas
on how to go about this ? I'm using the lua_newstate C function from the
documentation to get a copy of the state, and I which to save this to
disk.

All help appreciated,

--Luc