mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
669 B
669 B
R7RS Libraries
TODO: list each supported library here, and link to a separate page with that library's API as implemented by Cyclone
- scheme base
- scheme char
- scheme eval
- scheme file
- scheme load
- scheme process-context
- scheme read
- scheme time
- scheme write
SRFI Support
Cyclone supports the following Scheme Requests for Implementation (SRFI) libraries:
TODO: SRFI 18 - Multithreading support
Cyclone-specific
Built-ins
Cyclone also supports several non-standard features:
system
- what else?
Cyclone API
FFI
TODO