This section describes some specifics of libscheme's
implementation. An important feature of its design is that beyond a
small kernel of routines for memory management, error handling, and
evaluation, all of its Scheme primitives are implemented in the same
way as non-libscheme extensions. This is similar to Tcl's
implementation strategy.