cyclone/docs/API.md
Justin Ethier 15b1bdf2a1 Testing
2016-09-28 17:33:17 -04:00

10 KiB

R7RS Libraries

This section of the Cyclone API is based on the R7RS Scheme Specification:

SRFI Library Support

Cyclone supports the following Scheme Requests for Implementation (SRFI) libraries. Detailed information is available in the linked SRFI page as well as the provided Cyclone API:

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

Index