List of all Scheme Primitive Procedures

Jscheme adopts almost all of the standard procedures of R4RS Scheme.

It does not fully implement call/cc. Also, while JScheme provides string mutators string-set! and string-fill!, JScheme strings are implemented as Java Strings which are considered immutable, so use these procedures carefully.

The only R4RS primitives that are not fully supported are

A list of all essential R4RS primitives is provided below.