[plt-scheme] Question about bindings...

From: MJ Ray (markj at cloaked.freeserve.co.uk)
Date: Tue Jul 9 17:19:25 EDT 2002

Eli Barzilay <eli at barzilay.org> wrote:
> Using my ffi thing, you could substitute that whole process with
>   (define (xmms:play)
>     (ffi-call (ffi-obj (ffi-lib "libxmms.so") "xmms_remote_play")
>               '(0) '(int) 'void))
> but for some reason people doesn't seem to be excited about this as I
> do...

Looks cool, but is news to me.  I don't read enough, clearly.  What is the
performance like and where do we get it?

MJR




Posted on the users mailing list.