Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[compilers] Move Niecza higher on the list
  • Loading branch information
Tadeusz Sośnierz committed Mar 13, 2011
1 parent 2aeec31 commit 3386761
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions source/compilers/index.html
Expand Up @@ -23,6 +23,14 @@ <h3>Compilers</h3>
Rakudo</a>, <a href="http://rakudo.org/status">status</a>.
</li>

<li>
<a href="http://github.com/sorear/niecza">Niecza</a> is a compiler
targetting the Common Language Runtime (.NET and Mono). Its goal
is to explore the static aspects of Perl 6 and the possibilities
for compile-time optimization, though this is not yet well realized.
It is actively developed.
</li>

<li>
<a href="/compilers/std-viv">STD</a>
is Larry Wall's reference implementation of the Perl&nbsp;6 grammar,
Expand All @@ -39,14 +47,6 @@ <h3>Compilers</h3>
build. It is actively developed along with STD.
</li>

<li>
<a href="http://github.com/sorear/niecza">Niecza</a> is a compiler
targetting the Common Language Runtime (.NET and Mono). Its goal
is to explore the static aspects of Perl 6 and the possibilities
for compile-time optimization, though this is not yet well realized.
It is actively developed.
</li>

<li>
<a href="http://www.perlito.org/">Perlito</a>, also known as MiniPerl6,
is a subset of Perl&nbsp;6, designed as a light bootstrapping language.
Expand Down

0 comments on commit 3386761

Please sign in to comment.