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

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to