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

Reply via email to