From c34ba14ac27803cdf0ff1af8b27e9da1f39fafa9 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 28 Jan 2021 23:12:36 -0500 Subject: [PATCH] Link to new doc --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index d7b2d82d..1a54ae7c 100644 --- a/index.md +++ b/index.md @@ -108,6 +108,8 @@ The `winds` package manager provides the ability to install packaged libraries a - An [API Reference](docs/API) is available for all libraries provided by Cyclone, including a complete alphabetical listing. +- A guide is provided for [Scheme Code Conventions](docs/Scheme-code-conventions.md). + - If you need a resource to start learning the Scheme language you may want to try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html). - Finally, this [benchmarks](http://ecraven.github.io/r7rs-benchmarks/benchmark.html) page by [ecraven](https://github.com/ecraven) compares the performance of Cyclone with other Schemes.