This directory contains my bindings of Allegro 5 to three Scheme->C compilers: CHICKEN - http://www.call-with-current-continuation.org/chicken.html Gambit-C - http://www.iro.umontreal.ca/~gambit/ Bigloo - http://www-sop.inria.fr/mimosa/fp/Bigloo/ and also: PLT Scheme - http://www.plt-scheme.org/ (can do compilation to C, too, but that's not how it's usually used) I'll try to add support for other Scheme implementations in the future. The bindings are not part of the "official" Allegro 5, but can be considered a proof-of-concept of how well Allegro 5 binds to other languages. --pw