From 9fb600c6106975940003fbd40b406b650e38fc12 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 29 Sep 2016 00:10:54 -0400 Subject: [PATCH] WIP --- docs/API.md | 6 +++--- docs/api/scheme/write.md | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/API.md b/docs/API.md index bebf9fe3..0fd6348e 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,9 +1,9 @@ # R7RS Libraries -This section of the Cyclone API is based on the [R7RS Scheme Specification](r7rs.pdf). The R7RS document may be used to provide detailed information in addition to the following API sections. +This section of the Cyclone API is based on the [R7RS Scheme Specification](r7rs.pdf): -- Cyclone runtime +- Built-in primitives - [`scheme base`](api/scheme/base.md) - [`scheme case-lambda`](api/scheme/case-lambda.md) - [`scheme char`](api/scheme/char.md) @@ -20,7 +20,7 @@ This section of the Cyclone API is based on the [R7RS Scheme Specific # SRFI Library Support -Cyclone supports the following [Scheme Requests for Implementation (SRFI)](http://srfi.schemers.org/) libraries. Detailed information is available in the linked SRFI page as well as the provided Cyclone API. +Cyclone supports the following [Scheme Requests for Implementation (SRFI)](http://srfi.schemers.org/) libraries. Detailed information is available in the linked SRFI page as well as the provided Cyclone API: - [`srfi 1`](api/srfi/1.md) - [List Library](http://srfi.schemers.org/srfi-1/srfi-1.html) - [`srfi 2`](api/srfi/2.md) - [`and-let*`](http://srfi.schemers.org/srfi-2/srfi-2.html) diff --git a/docs/api/scheme/write.md b/docs/api/scheme/write.md index dbf7f2dd..65d2c908 100644 --- a/docs/api/scheme/write.md +++ b/docs/api/scheme/write.md @@ -1,7 +1,8 @@ # Write Library -The `(scheme write)` library provides procedures for writing -Scheme objects. +The `(scheme write)` library provides procedures for writing Scheme objects. + +For more information see the [R7RS Scheme Specification](r7rs.pdf). - [`display`](#display) - [`write`](#write)