Scheme 48 Manual | Contents | In Chapter: Top
Previous: Mixing Scheme 48 and C | Next: Mixing Scheme 48 and C
Mixing Scheme 48 and C
This chapter describes an interface for calling C functions
 from Scheme, calling Scheme functions from C, and allocating
 storage in the Scheme heap..
Scheme 48 manages stub functions in C that
 negotiate between the calling conventions of Scheme and C and the
 memory allocation policies of both worlds.
No stub generator is available yet, but writing stubs is a straightforward task.
  
Previous: Mixing Scheme 48 and C | Next: Mixing Scheme 48 and C