lua-users home
lua-l archive

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


On Tue, Oct 11, 2011 at 12:40 PM, Patrick Rapin <toupie300@gmail.com> wrote:
>> What about: {a={b={c={1, 2, 3, 4}}}}?
> It won't work, of course.
;-)

> On my opinion, a serious table serialization routine like my
> DataDumper [1][2] should be present in every Lua environment
Absolutely.

> it is so common and useful to print tables in a readable way. The
> proposal of Xavier Wang may be of interest in some cases
Yes. "table.dump" would be fitting, no?