chicken-users
[Top][All Lists]
Advanced

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

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


From: Zbigniew
Subject: [Chicken-users] Return multiple values from foreign-lambda*
Date: Fri, 13 May 2005 22:12:52 -0500

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.
 
On 5/9/05, felix winkelmann <address@hidden> wrote:
> Sorry, this is currently not possible. Using `foreign-primitive', one
> can perform a normal CPS call (and hence, invoke the implicit
> continuation `C_k' to return multiple values), but that wouldn't
> perform foreign-type conversion.




reply via email to

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