Derick,
On the SRFI 103 list, the subject of portable library names has come up.
What's the plan for the R6RS SRFIs? Are you going to stick with SRFI 97
style names? What about other naming conventions such as:
(srfi s1 lists)
or
(srfi srfi-1 lists)
Note that Ypsilon uses the second convention.
This issue is important to me because I'd like to use the SRFIs with
Chez Scheme which doesn't encode the ':' character. What's the plan if
one or more of the implementations decide not to implement SRFI 103?
Ed