Cosmetic changes.
[guile-r6rs-libs.git] / STATUS
blob6e170711ed7afebfda47fe4d66b61069792451b6
1 Implementation Status
2 =====================
4 This document summarized the status of this implementation compared to
5 the R6RS (draft) specifications (standard libraries only).
9 API                       Status                  Spec. Revision
10 ------------------------+-----------------------+-----------------------
11 Unicode
12 Bytevectors               Complete                5.92
13 List Utilities
14 Sorting
15 Records
16 Exceptions & Conditions
17 I/O                       Partial[0]              5.92
18 File System
19 Arithmetic
20 `syntax-case'
21 Hash Tables
22 Enumerations
23 Miscellaneous Libraries
24 Composite Library
25 `eval'
26 Mutable Pairs
27 R5RS Compatibility
28 Sample Definitions...
31 [0] Provides only support for binary I/O.  See
32     `modules/r6rs/i/o/ports.scm' for details.