[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Setup a sockaddr
From: |
Marius Vollmer |
Subject: |
Re: Setup a sockaddr |
Date: |
07 Aug 2001 00:03:40 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102 |
Manuel Giraud <address@hidden> writes:
> I'm trying to use 'dynamic-link', 'dynamic-call', etc. For the moment
> C functions with args must have a special form, but does anyone knows
> if this form will be no more required in next version of guile.
`dynamic-args-call' and `dynamic-call' is only supposed to get the
ball rolling, i.e. to call initialization functions in the library
that will add primitives to Guile from the C side.
Having a full featured foreign function interface (FFFFI) would be a
good thing. There once were bindings to libffi, which could be
revived.