[racket] [ANN] Racket Gtk+ WebKit Binding

From: Thomas Chust (chust at web.de)
Date: Sun Feb 13 13:58:35 EST 2011

Hello,

over the past few days I have hacked together a small Racket binding
for the Gtk+ WebKit port. It allows you to use a "browser" as a widget
in a Racket GUI, to embed Racket GUI elements as "plugins" in a web
page and to interact with JavaScript objects on a web page as if they
were Racket values.

In case anyone is interested, the source code and some documentation
can be found here:

  https://bitbucket.org/chust/racket-webkit

Comments and suggestions are welcome :-)

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.


Posted on the users mailing list.