chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Return multiple values from foreign-lambda*


From: felix winkelmann
Subject: Re: [Chicken-users] Return multiple values from foreign-lambda*
Date: Sat, 14 May 2005 16:50:06 +0200

On 5/14/05, Zbigniew <address@hidden> wrote:
> I'm returning multiple values with something like C_values(4, 0, C_k,
> C_fix(1), C_fix(2)).   Is C_values the right function to call?  It
> works fine, but I wonder if this is for internal use only.

No, that's fine. It's rather low-level and will work only in a
foreign-primitive form (I guess you're doing that, because C_k
is only defined in such a wrapper). But otherwise it's a
fitting idiom.


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]