That's surprising, since the libraries definitely export overlapping
identifiers.
Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1777, build 2009-05-14)
Copyright (c) 2006-2009 Abdulaziz Ghuloum
> (import (rnrs) (srfi :1))
Unhandled exception
Condition components:
1. &who: import
2. &message: "two imports with different bindings"
3. &syntax:
form: remove
subform: #f
On Sun, May 17, 2009 at 4:14 PM, Michele Simionato
<[email protected]> wrote:
> On Sun, May 17, 2009 at 8:03 AM, Eduardo Cavazos <[email protected]>
> wrote:
>> 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
>>
>
> I have just tried (import (rnrs) (srfi :1)) in Ypsilon using Derick's
> implementation of the SRFIs and I do not see any conflict.
>