Re: [Chicken-users] Interpreter with FFI extension

2013-02-06 Thread Felix
From: Evan Hanson ev...@foldling.org Subject: Re: [Chicken-users] Interpreter with FFI extension Date: Tue, 5 Feb 2013 22:14:10 -0600 On 2013/02/06 12:43P, Ivan Filgueiras wrote: I'm really new to chicken and I was wondering if there is a way to use FFI C functions (maybe with 'bind

[Chicken-users] Interpreter with FFI extension

2013-02-05 Thread Ivan Filgueiras
Hey! I'm really new to chicken and I was wondering if there is a way to use FFI C functions (maybe with 'bind') with the csi interpreter, so that I can dynamically experiment with C stuff. Thanks in advance. ___ Chicken-users mailing list

Re: [Chicken-users] Interpreter with FFI extension

2013-02-05 Thread Evan Hanson
On 2013/02/06 12:43P, Ivan Filgueiras wrote: I'm really new to chicken and I was wondering if there is a way to use FFI C functions (maybe with 'bind') with the csi interpreter, so that I can dynamically experiment with C stuff. If you have libffi, the lazy-ffi egg provides an easy way to