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 <[EMAIL PROTECTED]> 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.
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
