guile-user
[Top][All Lists]
Advanced

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

Re: Bug in and-map and or-map? What am I doing wrong?


From: Marius Vollmer
Subject: Re: Bug in and-map and or-map? What am I doing wrong?
Date: 08 May 2001 13:14:04 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Martin Grabmueller <address@hidden> writes:

> Hmmm, according to R5RS, `eq?' expects _exactly_ two arguments, and
> `=' expects two or more arguments ...
> 
> Actually, yesterday I was quite annoyed because I had a hard-to-find
> bug in one of my Scheme programs.  I somehow found out that I had
> forgotten to supply the second argument to `char=' in several places.
> This error would immediatly have caused an exception, if the
> comparison procedures in Guile would behave in R5RS manner.  _All_
> Guile comparison procedures have this problem (char{=,<,>,<=,>=}?,
> string{=,<,>,<=,>=}?...)

Right, seems to be worth fixing.



reply via email to

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