[plt-scheme] srfi 13

Eli Barzilay eli at barzilay.org
Wed Apr 1 06:20:22 EDT 2009


On Apr  1, nik gaffney wrote:
> 
> I've just noticed a small bug in srfi 13, as the following 2 functions
> appear to return the same result (in PLT 4.1.5)
> 
> (require srfi/13)
> 
> (string-index "abcde" #\d)
> (string-index-right "abcde" #\d)

What should they return?

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


More information about the plt-scheme mailing list