mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added a note about native threads
This commit is contained in:
parent
375d8a99a9
commit
72be398671
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[<img src="docs/images/cyclone-logo-04-header.png" alt="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
|
||||
---------------
|
||||
|
|
Loading…
Add table
Reference in a new issue