diff --git a/README.md b/README.md index 681b1c2e..bfae68d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [cyclone-scheme](http://justinethier.github.com/cyclone) -Cyclone is an experimental Scheme-to-C compiler that uses the [Cheney on the MTA](http://www.pipeline.com/~hbaker1/CheneyMTA.html) technique to implement full tail recursion, continuations, and generational garbage collection. +Cyclone is an experimental Scheme-to-C compiler that uses a variant of the [Cheney on the MTA](http://www.pipeline.com/~hbaker1/CheneyMTA.html) technique to implement full tail recursion, continuations, generational garbage collection, and native threads. Getting Started ---------------