[plt-scheme] Question about bindings...

From: Ittai Balaban (ittai at mrl.nyu.edu)
Date: Tue Jul 9 23:22:22 EDT 2002

> 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...

The public would be quite excited, if only you had better p.r. I didn't
know about it the last time I wrote MzScheme extensions (~2 years ago).

Ittai




Posted on the users mailing list.