Author: yamakenz
Date: Wed Aug 8 20:33:01 2007
New Revision: 4811
Modified:
sigscheme-trunk/doc/spec.txt
Log:
* doc/spec.txt
- Add subsections for SRFI-9 and SRFI-69
Modified: sigscheme-trunk/doc/spec.txt
==============================================================================
--- sigscheme-trunk/doc/spec.txt (original)
+++ sigscheme-trunk/doc/spec.txt Wed Aug 8 20:33:01 2007
@@ -485,6 +485,14 @@
Fully supported.
+SRFI-9 Defining Record Types
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Fully supported.
+
+It is based on the reference implementation of SRFI-9.
+
+
SRFI-22 Running Scheme Scripts on Unix
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -664,6 +672,14 @@
* *procedure:* integer->list k
* *procedure:* list->integer list
* *procedure:* booleans->integer bool1 ...
+
+SRFI-69 Basic hash tables
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Fully supported.
+
+It is just the reference implementation of SRFI-69. The hash functions are not
+yet optimized for SigScheme.
SRFI-95 Sorting and Merging
~~~~~~~~~~~~~~~~~~~~~~~~~~~