|
| From: | Graham Fawcett |
| Subject: | Re: [Chicken-users] noobie question about chicken/swig/csi |
| Date: | Mon, 2 Apr 2007 11:20:59 -0400 |
On 4/2/07, Alex Queiroz <address@hidden> wrote:
On 4/2/07, minh thu <address@hidden> wrote:
> Well, in fact I found very practical to made that sort of stuff.
> Write your C code then just a bit of Scheme so that Chicken is aware
> of the C code. Compile, that's it.
I was talking about pure C modules.
Do you mean writing Chicken code, compiling it to a library, and linking it into a "pure C" application? Or, similarly, embedding Chicken code in a C application? I haven't done that myself; I have done callbacks from a C library, and that can be tricky. But I'm not sure that the range of FFI choices really relates to this issue. Graham
| [Prev in Thread] | Current Thread | [Next in Thread] |