mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +02:00
30 lines
914 B
Markdown
30 lines
914 B
Markdown
|
|
# R<sup>7</sup>RS Libraries
|
|
|
|
- Cyclone runtime
|
|
- [`scheme base`](api/scheme/base.md)
|
|
- [`scheme char`](api/scheme/char.md)
|
|
- [`scheme eval`](api/scheme/eval.md)
|
|
- [`scheme file`](api/scheme/file.md)
|
|
- [`scheme load`](api/scheme/load.md)
|
|
- [`scheme process-context`](api/scheme/process-context.md)
|
|
- [`scheme read`](api/scheme/read.md)
|
|
- [`scheme time`](api/scheme/time.md)
|
|
- [`scheme write`](api/scheme/write.md)
|
|
|
|
# SRFI Support
|
|
|
|
Cyclone supports the following [Scheme Requests for Implementation (SRFI)](http://srfi.schemers.org/) libraries:
|
|
|
|
- [`srfi 18`](api/srfi/18.md) - [Multithreading support](http://srfi.schemers.org/srfi-18/srfi-18.html)
|
|
|
|
# Cyclone-specific
|
|
|
|
These libraries are used by the Cyclone compiler itself, and are subject to change:
|
|
|
|
- `scheme cyclone cgen`
|
|
- `scheme cyclone common`
|
|
- `scheme cyclone libraries`
|
|
- `scheme cyclone macros`
|
|
- `scheme cyclone transforms`
|
|
- `scheme cyclone util`
|