From 1312d1819ac6a00d9feefcae0092fc18aaa807b1 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 13 Jan 2016 23:32:59 -0500 Subject: [PATCH] WIP --- docs/User-Manual.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/User-Manual.md b/docs/User-Manual.md index fe39fa71..a0bc8b45 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -120,17 +120,9 @@ Scheme code can be evaluated interactively using the `icyc` command: # Language Details -[R7RS Scheme Specification](r7rs.pdf): -[R7RS Compliance](Scheme-Language-Compliance.md) -[API Documentation](API.md) +Cyclone implements the Scheme language as documented by the [R7RS Scheme Specification](r7rs.pdf). There is a [R7RS Compliance](Scheme-Language-Compliance.md) chart that lists the differences between the specification and Cyclone's implementation. - - explain how programs are setup - - outline scheme language based on r7rs, link to it. - explain differences between cyclone implementation and r7rs, or again at least link to them - - provide API, or at least links to the API - - what else? - -TODO +[API Documentation](API.md) is available for the libraries provide by Cyclone. # Foreign Function Interface