Mark Seaborn wrote: > (define (vector-max vec) (vector-fold max -1 vec)) You don't mean -1, do you? You want -inf.0. Shriram