Re: s-expression data language
- From: "Rob Thorpe" <robert.thorpe@xxxxxxxxxxxx>
- Date: 31 May 2006 02:47:35 -0700
Antonio Menezes Leitao wrote:
"Rob Thorpe" <robert.thorpe@xxxxxxxxxxxx> writes:
The problems of XML have been quite often discussed here. People have
often mentioned how lisp read syntax performs the same job much more
simply.
But lisp read syntax in its normal state has some problems. Different
lisp implementations read it in slightly different ways, for example.
Also there is no way to describe a "valid" piece of data, except by a
lisp program that checks it.
These things would not be impossible to solve. Has anyone actually
done this and written a list based system similar in aims to XML?
Take a look at http://theory.lcs.mit.edu/~rivest/sexp.html
and also
http://www.umu.se/it/projupp/spocp/doc/intro.html
Thankyou, that was what I was looking for.
Maybe it would be useful to modernise this a bit (adding Unicode
support for example, like in SCOCP) and create a new version.
I might have a go if I get a little time in the next few months.
.
- References:
- s-expression data language
- From: Rob Thorpe
- Re: s-expression data language
- From: Antonio Menezes Leitao
- s-expression data language
- Prev by Date: Re: Relative merits of Lisp-1 vs. Lisp-2?
- Next by Date: Re: s-expression data language
- Previous by thread: Re: s-expression data language
- Next by thread: Re: s-expression data language
- Index(es):
Relevant Pages
|