[Top][All Lists]
[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.
- Bug in and-map and or-map? What am I doing wrong?, Alejandro Forero Cuervo, 2001/05/05
- Re: Bug in and-map and or-map? What am I doing wrong?, Neil Jerram, 2001/05/06
- Re: Bug in and-map and or-map? What am I doing wrong?, Alejandro Forero Cuervo, 2001/05/09
- Re: Bug in and-map and or-map? What am I doing wrong?, Alejandro Forero Cuervo, 2001/05/09
- Re: Bug in and-map and or-map? What am I doing wrong?, Neil Jerram, 2001/05/11
- Re: Bug in and-map and or-map? What am I doing wrong?, Dirk Herrmann, 2001/05/11
- Re: Bug in and-map and or-map? What am I doing wrong?, Keith Wright, 2001/05/11
- Re: Bug in and-map and or-map? What am I doing wrong?, Dirk Herrmann, 2001/05/12