Update index.html

This commit is contained in:
Justin Ethier 2016-04-14 22:04:25 -04:00
parent a0276ec134
commit 24dbd5f1c6

View file

@ -18,7 +18,12 @@
<header class="inner">
<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>
<section id="downloads">
@ -31,8 +36,6 @@
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<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>
<h2>