[R6RS] Convenient syntax for multiple values

Manuel Serrano Manuel.Serrano
Tue Jan 18 11:26:16 EST 2005


> 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



More information about the R6RS mailing list