Email list hosting service & mailing list manager

SRFI-110 updated (version 2013/08/07)!! Are we done?? David A. Wheeler (07 Aug 2013 11:52 UTC)
Re: SRFI-110 updated (version 2013/08/07)!! Are we done?? Mark H Weaver (19 Aug 2013 07:22 UTC)
Re: SRFI-110 updated (version 2013/08/07)!! Are we done?? David A. Wheeler (20 Aug 2013 00:22 UTC)
Re: SRFI-110 updated (version 2013/08/07)!! Are we done?? David A. Wheeler (20 Aug 2013 02:03 UTC)

Re: SRFI-110 updated (version 2013/08/07)!! Are we done?? David A. Wheeler 20 Aug 2013 02:03 UTC

> On Mon, 19 Aug 2013 03:05:02 -0400, Mark H Weaver <xxxxxx@netris.org> wrote:
> > For Guile, what I'd like to do is to provide the needed hooks and
> > extension points in our core reader, so that both wisp and SRFI-110
> > (if you choose to finalize it) can be supported without having to
> > reimplement the entire reader from scratch.

In the long term it'd be great if someone who installed guile could just do
"#!sweet" and have the rest of the sweet-expression implementation loaded,
in the same way it already happens with libraries.  Ideally this would eventually
happen without having to install anything other than guile.

Guile already includes a number of non-standard libraries that users
can choose to use.  My goal would be to make this another feature
that people could choose to use.

The same would be true for other implementations, too (e.g., Racket).

--- David A. Wheeler