Hello,

I marked it as off topic because it deals with ypsilon, but this is the best place to find R6RS hackers (and I know Fujita hangs out here too :-) ).

I'd like to use SRFI 1 in a script (Ypsilon comes with a SRFI 1 implementation). But the import form:

    (import (rnrs) (srfi :1))

results in an error because of the overlap in names. So... what's the best way to go about this? I hope it's not to do (except (rnrs) ...)

Ed

Reply via email to