> I am curious how you got to your impression, as no implementation I > know (including the SRFI reference implementation) implies that > "multiple values are represented by lists." Because of the . notation as in: (let-values (((a b . c) (foo bar))) ...) -- Manuel