Re: eq? and friends accept more than two parameters

2000-09-27 Thread Mikael Djurfeldt

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



Re: eq? and friends accept more than two parameters

2000-09-27 Thread Marius Vollmer

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.

Yep, please change them to be R5RS compliant, but leave the current
code in there (commented out).  We might want to reactivate it when
we can select to be pure R5RS.

___
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile