[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua tables vs XML
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 21 Jun 2000 00:21:40 -0300 (EST)
>From lua-l@tecgraf.puc-rio.br Tue Jun 20 23:44:05 2000
>From: Lenny Palozzi <domain@ica.net>
>
>I was thinking about using Lua in a project to not only handle any
>scripting needs but also for the definition and storage of the
>structured data.
These are the original goals of Lua: scripting and data description!
So, I recommend Lua, of course.
See an example in test/example/www.
The power of having data structured into a table and calling functions
that process this table is great indeed.
I'd like to hear about other people's experience with that.
--lhf