[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Chicken 2.2
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Chicken 2.2 |
Date: |
Mon, 26 Sep 2005 07:44:38 +0200 |
On 9/26/05, Daishi Kato <address@hidden> wrote:
> At Sun, 25 Sep 2005 17:00:20 +0200,
> felix winkelmann wrote:
> > - Embedding:
> > * All the `entry-point' related things have been removed, as has
> > been `define-embedded',
> > calling Scheme from C is now exclusively done with callbacks
>
> Hi,
> Sorry for a silly question, but I don't quite understand
> the new FFI system. Is there any documentations available?
> I have some code that uses chicken-entry-points.scm.
> How would I change it to work with chicken-2.2?
> Should I use define-external?
>
You can use define-external, or the CHICKEN_eval(),... functions.
This change is only for embedding Chicken into applications.
See also:
http://www.call-with-current-continuation.org/manual/Callbacks.html
cheers,
felix