Preface
This document provides a complete list of procedures and special forms implemented in version 2.10 of STklos. Originally, the language implemented by STklos was (nearly) compliant with the language described in the Revised5 Report on the Algorithmic Language Scheme (aka R5RS) [R5RS]. The fist public release of STklos was published in January 2001.
Since the first STklos release, Scheme evolved and is now defined in the R7RS report [R7RS]. Consequently, the current version of STklos is compliant to this iteration of the language. Furthermore, STklos also offers most of the libraries defined in R7RS-large, a set of standard libraries.
This document states the compliance of each construction relatively to these reports, or if it is a STklos extension.
Licences
-
STklos program and supporting files are published under the terms of the GNU General Public Licence version 2 or later. This licence is available at the following URL: https://www.gnu.org/licenses/gpl-3.0.html
-
The manual you’re now reading is published under the terms of the GNU Free Documentation License or later (see Appendix B).