Email list hosting service & mailing list manager

Updated SRFI-105 David A. Wheeler (04 Sep 2012 01:09 UTC)
Updated SRFI-105 highlights David A. Wheeler (04 Sep 2012 01:22 UTC)
Marker #!srfi-105 David A. Wheeler (04 Sep 2012 20:24 UTC)
srfi-105 and srfi-38 Shiro Kawai (05 Sep 2012 01:45 UTC)
Re: srfi-105 and srfi-38 David A. Wheeler (05 Sep 2012 02:23 UTC)
Re: Updated SRFI-105 Michael Sperber (04 Sep 2012 19:12 UTC)
Updated SRFI-105 (2012-09-08) David A. Wheeler (08 Sep 2012 22:45 UTC)

srfi-105 and srfi-38 Shiro Kawai 05 Sep 2012 01:43 UTC

Will #1=f(#1#) mean (#1=f #1#) or #1=(f #1#)?

Since 'f(x) => (quote (f x)), I guess the latter is more
consistent (that is, after seeing #1=, the reader recurses
to gather the longest <datum> and then labels it.)
But I'm not sure the current draft spec is clear enough,
for, according to srfi-38, the "#1=f" part consists a <datum>.