From: David Van Horn (dvanhorn at ccs.neu.edu) Date: 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
Posted on the users mailing list. |
|