Cyclone

Cyclone is a Scheme-to-C compiler for R7RS using Cheney on the MTA and generational garbage collection. In addition, the Cheney on the MTA concept has been extended to allow execution of multiple native threads. An on-the-fly garbage collector is used to manage the second-generation heap and perform major collections without “stopping the world”.

Implementing SRFIs: SRFI-1 SRFI-2 SRFI-8 SRFI-18 SRFI-27 SRFI-28 SRFI-60 SRFI-69 SRFI-106 SRFI-111 SRFI-113 SRFI-121 SRFI-128 SRFI-132 SRFI-133 SRFI-143 SRFI-149

Home page: https://justinethier.github.io/cyclone/index

Github page: https://github.com/justinethier/cyclone