Go to the first, previous, next, last section, table of contents.


Converting data between C and Scheme

Guile provides mechanisms to convert data between C and Scheme. This allows new builtin procedures to understand their arguments (which are of type SCM) and return values of type SCM.


Go to the first, previous, next, last section, table of contents.