Summary

In this chapter, a simple C/Guile hybrid program was discussed. It demonstrates a typical way in which a C program can be extended with Guile. The C program read in a library of functions (well, a library of a single function) written in scheme, and then called a scheme function from within the C program.

More information on evaluation of files will be given in Chapter FIXME, and more information on calling functions will be given in Chapters FIXME and FIXME.