Next: Type predicates, Previous: Defining new Scheme procedures in C, Up: GH
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
.