Link to cyclone-winds

This commit is contained in:
Justin Ethier 2020-05-26 22:39:22 -04:00
parent 5081d79dbd
commit aea8086cd0

View file

@ -27,6 +27,7 @@ Cyclone is a brand-new Scheme-to-C compiler with the goal of supporting real-wor
- A concurrent, generational garbage collector based on Cheney on the MTA
- Includes an optimizing Scheme-to-C compiler,
- ... as well as an interpreter for debugging
- A [Package Manager](https://github.com/cyclone-scheme/cyclone-winds) and a growing list of packages.
- Support for [many popular SRFI's](docs/API.md#srfi-libraries)
- Online user manual and API documentation
- Support for Linux, Windows, FreeBSD, and Mac platforms.
@ -100,6 +101,10 @@ And the `icyc` command to start an interactive interpreter. Note you can use [`r
Read the documentation below for more information on how to use Cyclone.
# Package Manager
The [cyclone-winds](https://github.com/cyclone-scheme/cyclone-winds#cyclone-winds) package manager provides the ability to install packaged libraries and programs for Cyclone. See the `cyclone-winds` site for more information.
# Documentation
- The [User Manual](docs/User-Manual.md) covers in detail how to use Cyclone and provides information on the Scheme language features implemented by Cyclone.