On 04/13/2010 01:00 PM, Eduardo Cavazos wrote:

It would be nice to have these available on Chez Scheme as well. The
issue to overcome is that many of these depend on srfi libraries with
SRFI 97 style names which Chez doesn't support.

By the way, one possible way forward for the R6RS srfis is to use a more conservative naming convention, then offer alias libraries with the SRFI 97 names. So:

    (srfi s1 lists)

would be the real one and:

    (srfi :1 lists)

would be an alias.

With this setup, perhaps the aliases should be left up to the user to generate so as to avoid a cluttered repository. In fact, I'd go so far as to only have the full library names like:

    (srfi s1 lists)

in the repository and then have the clusterf*ck of aliases generated by the end user if needed.

Ed

Reply via email to