Next: , Previous: Defining new Scheme procedures in C, Up: GH


5.22.9 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.