On Sat 27 Aug 2016 11:42, Helmut Eller <eller.hel...@gmail.com> 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