"Andreas V�gele" <[EMAIL PROTECTED]> writes: > > According to SRFI-13 the procedure string-every returns #t if it is applied > to an empty sequence (see > http://srfi.schemers.org/srfi-13/srfi-13.html#Predicates). But Guile's > implementation returns #f. Is this a bug in SRFI-13 or in srfi/srfi-13.c?
Thanks. If it's contrary to the spec then it's a bug in guile. Looks like guile also doesn't make the final predicate application a tail call the way the spec describes. Not sure how to fix that. _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-guile
