lua-users home
lua-l archive

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


>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