From 72be3986710aa5125f8c48e9f21608e86166cfc0 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 10 Jan 2016 20:57:21 -0500 Subject: [PATCH] Added a note about native threads --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---------------