Email list hosting service & mailing list manager


Re: floating point and other comments Shiro Kawai 23 Dec 2003 05:00 UTC

<This is not related to srfi-48 so I dropped it. And added srfi-10>

Excuse me to jump in.  I'd like to post this just for a record.
My issue is to support srfi-38 and srfi-10 simultaneously, e.g.

  #1=#,(foo #1#)

I think this is more to do with srfi-10 than srfi-38.  The
new version of user-customizable reader, if any, should support
some sort of two-phase protocol (allocate + initialize, for examle).

--shiro

>From: bear <xxxxxx@sonic.net>
Subject: Re: floating point and other comments
Date: Mon, 22 Dec 2003 18:01:12 -0800 (PST)

> <making sure SRFI-38 discussion list is included so this will go in
> the post-finalization archives>
>
> Since authoring SRFI-38 I have also thought of things it doesn't
> adequately cover.  But the ones I've thought of are often subtle,
> like the behavior of non-tree-structured data under eval.
>
> What specifically would you like to do differently?