chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] foreign-lambda*


From: Tony Garnock-Jones
Subject: Re: [Chicken-users] foreign-lambda*
Date: Thu, 03 Feb 2005 14:39:36 +0000
User-agent: Mozilla Thunderbird 0.8 (Macintosh/20040913)

Nicolas Pelletier wrote:
The  reason  I can  break  the  126 parameters  limit  is  I am  using
foreign-lambda* to fill  in huge C structures, some  of them including
big tables of other structures...  and every field therein must get an
init value.

You could pass in a list of values, and do the conversion to C data on the C side (using the macro definitions from runtime.h).

Tony




reply via email to

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