chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] [ANN] Web and GUI related libraries


From: Thomas Chust
Subject: [Chicken-users] [ANN] Web and GUI related libraries
Date: Sat, 24 Sep 2011 04:55:15 +0200

Hello,

I've been playing around with two small library projects related to
web and GUI development:

  *  http://www.chust.org/fossils/webkit

     A CHICKEN binding to WebKitGTK+ and JavaScriptCore. Runs a GTK+
     event loop in a CHICKEN thread, allows you to display HTML as a
     GUI and to interact with the DOM and other JavaScript objects as
     if they were Scheme values.

  *  http://www.chust.org/fossils/webgate

     A tiny (S)CGI application framework with support for request
     routing, rendering of X-expression trees to HTML5 and suspension
     of a handler's current continuation to be resumed by a later
     request.

Maybe someone is interested. Comments and suggestions are welcome, of
course :-)

Ciao,
Thomas


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]