lua-users home
lua-l archive

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


On Sat, Mar 23, 2002 at 09:18:48PM -0500, Christian Lindig wrote:
> the receiving side could use to send back an answer. Ideally such a
> function would be able to print every Lua data structure in Lua syntax
> such that it can be read back by the Lua parser. Scheme implements this
> functionality with read() and write() and I think it is a very powerful
> concept. Comments?

Perhaps I am missing something here. But doesn't XMLRPC already do
everything you would want, in a language neutral manner? There are lua
bindings for it, too.

Regards
- Christian