mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Update index.html
This commit is contained in:
parent
a0276ec134
commit
24dbd5f1c6
1 changed files with 6 additions and 3 deletions
|
@ -18,7 +18,12 @@
|
||||||
<header class="inner">
|
<header class="inner">
|
||||||
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
<a id="forkme_banner" href="https://github.com/justinethier/cyclone">View on GitHub</a>
|
||||||
|
|
||||||
<h1 id="project_title">Cyclone</h1>
|
<h1 id="project_title">
|
||||||
|
<a href="http://github.com/justinethier/cyclone">
|
||||||
|
<img src="https://raw.githubusercontent.com/justinethier/cyclone/master/docs/images/cyclone-logo-04-header.png">
|
||||||
|
alt="Cyclone">
|
||||||
|
</a>
|
||||||
|
</h1>
|
||||||
<h2 id="project_tagline">Cyclone Scheme - Cheney on the M.T.A. with native threads.</h2>
|
<h2 id="project_tagline">Cyclone Scheme - Cheney on the M.T.A. with native threads.</h2>
|
||||||
|
|
||||||
<section id="downloads">
|
<section id="downloads">
|
||||||
|
@ -31,8 +36,6 @@
|
||||||
<!-- MAIN CONTENT -->
|
<!-- MAIN CONTENT -->
|
||||||
<div id="main_content_wrap" class="outer">
|
<div id="main_content_wrap" class="outer">
|
||||||
<section id="main_content" class="inner">
|
<section id="main_content" class="inner">
|
||||||
<p><a href="http://github.com/justinethier/cyclone"><img src="docs/images/cyclone-logo-04-header.png" alt="cyclone-scheme"></a></p>
|
|
||||||
|
|
||||||
<p>Cyclone is an experimental Scheme-to-C compiler that uses a variant of the <a href="http://www.pipeline.com/%7Ehbaker1/CheneyMTA.html">Cheney on the MTA</a> 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".</p>
|
<p>Cyclone is an experimental Scheme-to-C compiler that uses a variant of the <a href="http://www.pipeline.com/%7Ehbaker1/CheneyMTA.html">Cheney on the MTA</a> 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".</p>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
|
|
Loading…
Add table
Reference in a new issue