Dirk Herrmann <[EMAIL PROTECTED]> writes:

> If I understand R5RS correctly, then eq?, eqv? and equal? should accept
> exactly two parameters.  The current CVS guile, however, accepts more
> parameters as well.  On the one hand, this seems to be a sensible
> extension, but it should somehow be possible to be strictly R5RS
> compliant.
> 
> Hmmm?

You're right that we would need to support both the R5RS primitives
and the more generous primitives if we wanted to keep the extra
support.

However, I don't think multiple parameters of eq? and friends is
sufficiently useful to motivate extra support for it.

I suggest you just remove this extra functionality.

Best regards,
Mikael
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to