SRFI-11 For Bigloo

This page describes the SRFI-11 library for Bigloo. SRFI-11 describes the let-values and let*-values syntax for binding multiple values. You can get the source for the library here.

To compile the library:

  1. Download and expand the source.
  2. Change the Makefile variables
  3. Issue the commands make ude and make
  4. Copy the files in the lib subdirectory to your main bigloo library directory (default location: /usr/local/lib/bigloo/<version>)
The library is now ready for use: (library-load 'srfi-11) in the interpreter or (library srfi-11) in a module header, and you're off!

If you encounter problems you cannot resolve with the build, feel free to contact me to ask questions.