[plt-scheme] SRFI's

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Jun 27 09:37:31 EDT 2002

On Jun 27, Noel Welsh wrote:
> --- Eli Barzilay <eli at barzilay.org> wrote:
> > Excuse my XML allergy, but -- you have a client with
> > PLT installed,
> > connecting to a server most likely running Scheme
> > too: why would you
> > ever want to have XML involved in this process?
> 
> Ok, well....um....
> 
> Plays nicely with others? (What others)

Exactly...


> There are good XML manipulation tools (e.g SSAX,
> WebIt)

Yeah, but all you need is is read/write an s-expression.

An idea I played with once is to have some general mechanism to load
stuff from the web, in addition to other things like loading modules,
loading things selectively (.zo or .ss or local cache or web), making
things (web->cache.ss->.zo), versioning, etc etc etc.  I think that
this is a good indication that the whole thing is something not to
jump too fast at.


> Noel, amazed your response reached me before my email did

BTW, talking about the mailing list -- is it possible to to have the
administrative message at the bottom?  ((a) No matter how I try to, I
keep reading it on every message, (b) it's more difficult to snip when
you reply below (which seems to be more common) and (c) I think that
is the more popular choice.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!



Posted on the users mailing list.