chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Unbound => in cond statements


From: Michele La Monaca
Subject: [Chicken-users] Unbound => in cond statements
Date: Fri, 17 Oct 2014 19:44:27 +0200

Hi,

curiously:


(cond (1 => odd?))

Error: unbound variable: =>


while


(cond (+ => procedure?))
#t


The only difference I can spot is that 1 is self-evaluating while + is
not. Anyhow, it doesn't look good to me.

Regards,
Michele



reply via email to

[Prev in Thread] Current Thread [Next in Thread]