Chibi implementation

There are two implementations of this SRFI, Scsh version 0.7, which can be found at GitHub in the scsh repository of scheme, and a Chibi Scheme (srfi 170) library. You can find the Chibi Scheme example implementation, and build notes for scsh, in their own srfi subdirectories.

This file documents the current exceptions and deviations of the Chibi Scheme implementation.

Note generally that the Chibi implementation is completely thread-naive.

3.1  Error handling

3.2  I/O

3.3  File system