~ chicken-core (master) /manual/Module scheme
Trap1[[tags: manual]]2[[toc:]]34== Module scheme56This module is intended for backwards compatibility with older CHICKEN code7and exports a subset of the R7RS procedures in {{(scheme base)}}, {{(scheme char)}},8 {{(scheme complex)}}, {{(scheme cxr)}}, {{(scheme eval)}}, {{(scheme file)}},9{{(scheme inexact)}}, {{(scheme lazy)}}, {{(scheme load)}},10{{(scheme read)}}, {{(scheme repl)}}, {{(scheme write)}} and all macros that correspond to11the bindings available by default in R5RS.1213The bindings of this module are available by default at toplevel in interpreted14and compiled code.1516For portable code is recommended to put toplevel code into modules and17import {{(scheme base)}} which provides the base R7RS environment.1819---20Previous: [[Included modules]]2122Next: [[Module (scheme r4rs)]]