mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Sync docs from readme
This commit is contained in:
parent
53871048ad
commit
bf898ace94
1 changed files with 5 additions and 0 deletions
5
index.md
5
index.md
|
@ -22,6 +22,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.
|
||||
|
@ -95,6 +96,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) covers in detail how to use Cyclone and provides information on the Scheme language features implemented by Cyclone.
|
||||
|
|
Loading…
Add table
Reference in a new issue