From 0137244e9d3a56ba31a739f3e6f53fef9b4808dc Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 10 Jan 2016 22:50:23 -0500 Subject: [PATCH] Implemented system interfaces --- docs/Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Features.md b/docs/Features.md index f3331e87..c26ac9a4 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -39,7 +39,7 @@ Section | Status | Comments 6.11 Exceptions | Partial | Exceptions are implemented but error objects (and associated functions `error-object`, etc) are not at this time. 6.12 Environments and evaluation | Partial | Only `eval` is implemented at this time. 6.13 Input and output | Partial | Functions do not differentiate between binary and textual ports. Do not have support for input/output strings or bytevectors. -6.14 System interface | | TODO: most of these are not implemented +6.14 System interface | Yes | ## Cyclone-specific