[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Syntax as a Wire Format?
- From: "David Burgess" <david@...>
- Date: Mon, 25 Mar 2002 20:46:38 +1100
How would this work, where the two ends of the rpc
operate with different character sets e.g. EBCDIC and ASICII?
----- Original Message -----
From: "Christian Lindig" <lindig@eecs.harvard.edu>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Sunday, March 24, 2002 1:18 PM
Subject: Lua Syntax as a Wire Format?
>
> I have learned from Roberto Ierusalimschy's talk at Harvard that Lua has
> an extremely fast parser. This make me think that Lua syntax would be a
> good format to use for an RPC protocol between two applications that
> talk to each other. Both applications would have a Lua interpreter that
> receives and sends out the data. While the parser in Lua is there for
> the incoming data I am interested in a print() or write() function that
> 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?
>
> -- Christian
>
> --
> Christian Lindig Harvard University - EECS
> lindig@eecs.harvard.edu 33 Oxford St, MD 242, Cambridge MA 02138
> phone: (617) 496-7157 http://www.eecs.harvard.edu/~lindig/
>
>