[Chicken-users] Compiling modules

2011-09-23 Thread blakes . 85
I'm having some trouble compiling modules and one main file into a binary. I'm using 4.7.0. I have 3 modules, a, b and c. Module c depends on b and a while b depends on a. My modules look like: (module module-a (...) (import scheme chicken ...) ... ) (module module-b (...) (import scheme c

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

2011-09-23 Thread Thomas Chust
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 i