[racket] [ANN] Racket Gtk+ WebKit Binding
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.