Node:Primitives, Next:, Up:API Overview



20.1 Identical Function in both Scheme and C

They form the majority of the API, and allow both C and Scheme programmers to perform identical operations.

Scheme procedures marked "primitive functions" have a regular interface when calling from C, reflected in two areas: the name of a C function, and the convention for passing non-required arguments to this function.