I can reproduce, but I suspect it's a REPL issue. This is also of interest: both :23 and :26 export "error", so you can't simply import them both in a script without some except or only forms.
On Wed, May 27, 2009 at 8:59 AM, Eduardo Cavazos <[email protected]> wrote: > Hello, > > Check it yo... > > Ikarus Scheme version 0.0.4-rc1+ (revision 1780, build 2009-05-17) > Copyright (c) 2006-2009 Abdulaziz Ghuloum > > I meant to import SRFI 26, but grabbed 23 accidentally: > >> (import (srfi :23)) > > So this error is expected: > >> (cut / <> <>) > Unhandled exception > Condition components: > 1. &undefined > 2. &who: eval > 3. &message: "unbound variable" > 4. &irritants: (<>) > > OK OK... try again grasshopper > >> (import (srfi :26)) > > And... > >> ((cut / <> <>) 10 20) > Unhandled exception > Condition components: > 1. &assertion > 2. &who: apply > 3. &message: "incorrect number of arguments" > 4. &irritants: (#<procedure> 2) >> > > Yow. Is this a bug? Whadami missing? Can any of y'all reproduce? > > Ed >
