[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

srfi-105 and srfi-38

This page is part of the web mail archives of SRFI 105 from before July 7th, 2015. The new archives for SRFI 105 contain all messages, not just those from before July 7th, 2015.



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>.