chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Re: interfacing to C


From: felix
Subject: [Chicken-users] Re: interfacing to C
Date: Fri, 3 Jul 2009 11:43:17 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

khalid ELgalaind <kh7760066 <at> yahoo.co.uk> writes:

> 
> 
> Hi thereIm new to scheme world, I used chicken engine and Im happy with it but
I have a couple of questions.the flow I'm working on right now requires calling
a scheme-function  from c-function, I tried Chicken_init then chicken apply  but
with no hope, I could get the location "address in memory" of the function
required but the apply function does nothing and the function is not
calledAnother issue, I need to write a c function that returns a vector of
different scheme objects to the scheme caller, how can we achieve this.any
guidance is appreciated  khalid Elgalaind

Hi!


Check out

  http://chicken.wiki.br/man/4/Embedding

It gives an example and should show the general principles of
embedding Chicken into a C application.


cheers,
felix






reply via email to

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