lua-users home
lua-l archive

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


suede@gime.com wrote:

> On Mon, Oct 16, 2000 at 11:17:20AM -0200, Luiz Henrique de Figueiredo wrote:
> > >I am planning a function to write a table out as Lua to recreate it,
> > >as part of my configuration system. Would that be useful to you?
> >
> > Sample code for this already exists at lua/test/save.lua.
>
> Thanks. But I am looking for a C level implementation which preferably
> saves the thing much faster and compact without involving operation
> on stack.

Umm, Surely as of Lua 4.0 you'd need to use the stack to do anything with
Lua data. Full Stop?

If you can come up with something, then let us all know..

Daniel