chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] define-foreign-enum with a typedef


From: Shawn Rutledge
Subject: Re: [Chicken-users] define-foreign-enum with a typedef
Date: Thu, 13 Dec 2007 18:48:14 -0700

On Dec 13, 2007 6:28 PM, Shawn Rutledge <address@hidden> wrote:
> On Dec 13, 2007 3:59 PM, felix winkelmann <address@hidden> wrote:
> > Yet another option is to use easyffi, which uses "define-constant"
> > internally and
> > which has an "export_constants" declaration.
>
> Do you think I should write the dbus egg with easyffi?

Let me put that another way: the dbus C API is rather fine-grained.  I
would like the dbus egg to be much easier to use; so each Scheme
function will automate multiple steps that would be required with the
C API.  My impression is easyffi is mainly used to non-selectively
export a Scheme binding for every function in a header.  But I guess I
can still keep those functions which I don't want to export into a let
context and just export the ones that I want to.

What's your favorite egg that is based on easyffi, as an example?




reply via email to

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