
			STKLOS SUPPORTED SRFIS


The "Scheme Requests for Implementation" (SRFI) process is a new
approach to helping Scheme users to write portable and yet useful
code. It is a forum for people interested in coordinating libraries
and other additions to the Scheme language between implementations.

STklos tries to supports as much as possible the "Final" SRFIs. For a
definition of what is a final SRFI, you should have a look at the 
SRFI home page at http://srfi.schemers.org/

Hereafter is the list of final SRFIs, for the current release of
STklos, and the state of their implementation in this release.

State can be one of the following values
   Y: completely implemented 
   N: not implemented (and will probably not be implemented) 
   -: not implemented yet, but on the TODO list
   


  State	SRFI    Title
  ----------------------------------------------------------------------
    Y	0       Feature-based conditional expansion construct
    Y	1	List Library
    Y   2	AND-LET*: an AND with local bindings, a guarded LET* special form
    Y	4	Homogeneous numeric vector datatypes
    N	5	A compatible let form with signatures and rest arguments
    Y	6	Basic String Ports
    Y	7	Feature-based program configuration language
    Y	8	receive: Binding to multiple values
    Y	9	Defining Record Types
    -	10	Sharp-Comma External Form
    Y	11	Syntax for receiving multiple values
    Y	13	String Library   
    Y	14	Character-Set Library
    -	16	Syntax for procedures of variable arity
    -	17	Generalized set!
    -	18	Multithreading support
    -	19	Time Data Types and Procedures
    -	21	Real-time multithreading support
    Y	22	Running Scheme Scripts on Unix
    Y	23	Error reporting mechanism
    -	25	Multi-dimensional Array Primitives
    -	26	Notation for Specializing Parameters without Currying
    -	27	Sources of Random Bits
    Y	28	Basic Format Strings
    -	29	Localization
    Y	30	Nested Multi-line Comments
    Y	31	A special form for recursive evaluation 
    -	34	Exception Handling for Programs
    -	35	Conditions
    -	36	I/O Conditions
    N	37	args-fold: a program argument processor


Implemented SRFIs: 16/31
