A Bigloo library is a collection of Bigloo pre-compiled modules and extern
object files. Once installed, Bigloo modules may be linked with a library.
For that a
library module clause must be used. For instance,
let's suppose a Bigloo program making use of the
format
Command
Lisp facility:
1: (module example
2: (library format))
3:
4: (format "~a is an example!" 'this)
|
|
The Bigloo documentation contains an entire
chapter that details how to
build a library. In addition check the libraries presented below.
lib-example.tar.gz | An example of library making use of C functions | M. Serrano | 2.0 |
format.tar.gz | A Bigloo implementation of the Common Lisp format facility | A. Mellan and D Lutzebaeck | 2.0b |
biglook | The Biglook graphic toolkit library | E. Gallesio, M. Serrano. | 3.0a |
HtmlQuery.tar.gz | A CGI toolbox Bigloo library (see README file) | L. Bloch | 2.0e |
PgBgl.tar.gz | A Postgress connection | L. Bloch | 2.1a |
Senior | Reactive programming with Bigloo | J. Demaria | 2.2b |
FastCGI | FactCGI interface | J. Donaldson | 3.5a |
pthread-extra | High level facilities for multi-threadding | J. Donaldson | 3.5a |
srfi-1.tar.gz | A Bigloo implementation of SRFI-1 List library | O. Shivers | 2.1b |
srfi-11 | A Bigloo implementation of SRFI-11 let-values and let*-values | W. M. Farr | 2.8 |
srfi-14.tar.gz | A Bigloo implementation of SRFI-14 charset library | O. Shivers | 2.5b |
srfi 43 | The vector lib (SRFI 43) implementation for Bigloo | W. M. Farr | 2.6 |
srfi 32 | The vector sorting (SRFI 32) implementation for Bigloo | W. M. Farr | 2.6 |
srfi 41 | SRFI-41 is a streams (lazy list) library for scheme | Joseph Donaldson | 4.2 |
srfi 78 | Lightweight Testing | W. M. Farr | ??? |