bug-guile
[Top][All Lists]
Advanced

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

bug#24318: char<=? with three args


From: Andy Wingo
Subject: bug#24318: char<=? with three args
Date: Fri, 02 Sep 2016 10:06:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

On Sat 27 Aug 2016 11:42, Helmut Eller <address@hidden> writes:

> Compiling a file x.scm:
>
>   (library (x)
>     (export)
>     (import (rnrs))
>     (define (foo x) (char<=? #\0 x #\9)))
>
> causes an error:

Thanks for the bug report; fixed.  Also added some optimizations so that
char<=? and friends should compile to much nicer code.

Andy





reply via email to

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