cyclone/docs/API.md
2016-01-13 22:03:17 -05:00

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