> > From a practical point of view, at the low level the implementation is > heavily optimized for functions that return exactly one value. > Functions that return a different number of values are slower. >
Does this mean I'm better off returning (cons a b) than (values a b)?
____________________ Racket Users list: http://lists.racket-lang.org/users

