[plt-scheme] Accessing SRFIs from R6RS

David Van Horn dvanhorn at ccs.neu.edu
Mon Feb 9 00:24:23 EST 2009


LordGeoffrey wrote:
> I am playing with R6RS, and I am trying to access some of the SRFIs. I 
> tried
> #!r6rs
> (import (srfi 27))

Change 27 to :27 and it should work.  (This is an artifact of R6RS 
requiring all library names to be identifiers, so a number is disallowed).

David




More information about the plt-scheme mailing list