Node:Converting data between C and Scheme, Next:, Previous:Defining new Scheme procedures in C, Up:GH



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