From 32ee859a44d9821cf674293194e8e9675b941577 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 10 Jan 2017 20:20:53 -0500 Subject: [PATCH] WIP --- docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md b/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md index 20ab26bd..ae11bb59 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler-Revised-2017.md @@ -380,6 +380,8 @@ A Scheme API for exception handling is provided as part of R7RS. ## Scheme Libraries +This section describes a few notable parts of [Cyclone's Scheme API](API.md). + ### Native Thread Support A multithreading API is provided based on [SRFI 18](http://justinethier.github.io/cyclone/docs/api/srfi/18). Most of the work to support multithreading is accomplished by the runtime and garbage collector.