This commit is contained in:
Justin Ethier 2021-01-28 22:45:57 -05:00
parent ec6aa98fe3
commit f5ad1ca6a2

View file

@ -115,7 +115,7 @@ The [Winds wiki](https://github.com/cyclone-scheme/winds/wiki) contains a full l
- An [API Reference](docs/API.md) is available for all libraries provided by Cyclone, including a complete alphabetical listing. - An [API Reference](docs/API.md) is available for all libraries provided by Cyclone, including a complete alphabetical listing.
- A guide is provided for [Scheme Code Conventions](Scheme-code-conventions.md). - 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). - 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).