I was wondering whether gambit can handle some X11 bindings that would lie around somewhere on the internet (not yet on snow, though )? Or if there were some X11 bindings especially for gambit, maybe. By X11 bindings, I mean a Xlib or a XCB FFI.
Cordially,
Adrien
Afficher les réponses par date
On 5/23/07, Adrien Pierard pierarda@iro.umontreal.ca wrote:
I was wondering whether gambit can handle some X11 bindings that would lie around somewhere on the internet (not yet on snow, though )? Or if there were some X11 bindings especially for gambit, maybe. By X11 bindings, I mean a Xlib or a XCB FFI.
Stalin comes with Xlib bindings, which were used as the basis for Chicken's xlib egg, and should be a straightforward port to Gambit.
ftp://ftp.ecn.purdue.edu/qobi/stalin.tar.Z http://www.call-with-current-continuation.org/eggs/xlib.html
On Wed, May 23, 2007 at 09:25:56AM +0900, Alex Shinn wrote :
Stalin comes with Xlib bindings, which were used as the basis for Chicken's xlib egg, and should be a straightforward port to Gambit. ftp://ftp.ecn.purdue.edu/qobi/stalin.tar.Z http://www.call-with-current-continuation.org/eggs/xlib.html
Ok, thanks ! I'll first finish the bindings needed to run the simple example I found, then I'll check Stalin (what a name !)
Adrien
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 22-May-07, at 6:59 PM, Adrien Pierard wrote:
I was wondering whether gambit can handle some X11 bindings that would lie around somewhere on the internet (not yet on snow, though )? Or if there were some X11 bindings especially for gambit, maybe. By X11 bindings, I mean a Xlib or a XCB FFI.
Cordially,
Adrien
It is far from complete, but check examples/Xlib-simple/Xlib.scm .
Marc