[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4. Guile in a Library
In the previous chapters Guile was used to write programs entirely in Scheme, and no C code was seen; but I have been claiming ad nauseam that Guile is an extension language. Here we see how that is done, and how that can be useful.
4.1 Two world views | ||
4.2 What is libguile | ||
4.3 How to get started with libguile | ||
4.4 More interesting programming with libguile | ||
4.5 Further examples |