diff --git a/index.html b/index.html index aa85b96f..3d9284d8 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,12 @@
View on GitHub -

Cyclone

+

+ + + alt="Cyclone"> + +

Cyclone Scheme - Cheney on the M.T.A. with native threads.

@@ -31,8 +36,6 @@
-

cyclone-scheme

-

Cyclone is an experimental Scheme-to-C compiler that uses a variant of the Cheney on the MTA technique to implement full tail recursion, continuations, and generational garbage collection. Unlike previous Cheney on the MTA compilers, Cyclone also allows 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".