mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Link to cyclone-winds
This commit is contained in:
parent
5081d79dbd
commit
aea8086cd0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
- A concurrent, generational garbage collector based on Cheney on the MTA
|
||||||
- Includes an optimizing Scheme-to-C compiler,
|
- Includes an optimizing Scheme-to-C compiler,
|
||||||
- ... as well as an interpreter for debugging
|
- ... 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)
|
- Support for [many popular SRFI's](docs/API.md#srfi-libraries)
|
||||||
- Online user manual and API documentation
|
- Online user manual and API documentation
|
||||||
- Support for Linux, Windows, FreeBSD, and Mac platforms.
|
- 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.
|
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
|
# 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.
|
- 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue