It's strange that the different versions of Ikarus appear to behave differently... is that a bug? I wouldn't call it a bug because it's in the REPL where this kind of behaviour isn't standardized. Anyone know why Michele's version of Ikarus wouldn't complain about importing different "remove"s? One possibility is that your (srfi :1) and (rnrs) "remove"s are somehow bound to the same procedure.
On Sun, May 17, 2009 at 4:24 PM, Michele Simionato <[email protected]> wrote: > On Sun, May 17, 2009 at 8:21 AM, Ramana Kumar <[email protected]> wrote: >> Can you try (apropos 'remove) after that too? > > I did not know about apropos: > >> (apropos 'remove) > (ikarus): > (remove) > (rnrs): > (remove) > (rnrs lists): > (remove) > (srfi :1): > (remove remove!) > (srfi :1 lists): > (remove remove!) >
