mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Link to missing libs
This commit is contained in:
parent
1ec3608d8d
commit
4b3a929138
1 changed files with 5 additions and 0 deletions
|
@ -3,9 +3,13 @@
|
|||
|
||||
- Cyclone runtime
|
||||
- [`scheme base`](api/scheme/base.md)
|
||||
- [`scheme case-lambda`](api/scheme/case-lambda.md)
|
||||
- [`scheme char`](api/scheme/char.md)
|
||||
- [`scheme cxr`](api/scheme/cxr.md)
|
||||
- [`scheme eval`](api/scheme/eval.md)
|
||||
- [`scheme file`](api/scheme/file.md)
|
||||
- [`scheme inexact`](api/scheme/inexact.md)
|
||||
- [`scheme lazy`](api/scheme/lazy.md)
|
||||
- [`scheme load`](api/scheme/load.md)
|
||||
- [`scheme process-context`](api/scheme/process-context.md)
|
||||
- [`scheme read`](api/scheme/read.md)
|
||||
|
@ -16,6 +20,7 @@
|
|||
|
||||
Cyclone supports the following [Scheme Requests for Implementation (SRFI)](http://srfi.schemers.org/) libraries:
|
||||
|
||||
- [`receive`: Binding to multiple values](http://srfi.schemers.org/srfi-8/srfi-8.html) - Included as part of `scheme base`.
|
||||
- [`srfi 18`](api/srfi/18.md) - [Multithreading support](http://srfi.schemers.org/srfi-18/srfi-18.html)
|
||||
|
||||
# Cyclone-specific
|
||||
|
|
Loading…
Add table
Reference in a new issue