[Top] | [Contents] | [Index] | [ ? ] |
bigloo-lib
is a collection of libraries for Bigloo, the Scheme
programming language compiler
(http://www-sop.inria.fr/mimosa/fp/Bigloo/). Most of the libraries are
ready-to-use interfaces for various C-based packages, such as C runtime
library, Gtk++, LDAP client API or XML parser API. Other are done
entirely in `pure Scheme', such as HTTP library and NODE library.
Besides, the bigloo-lib
provides a comfortable framework to
configure, compile, install and deploy Bigloo (in particular,
system-dependent) libraries, so it is quite a good place to put code
created by other Bigloo developers.