Skip to content

Commit ff1f6cd

Browse files
author
Reini Urban
committed
move rperl up, remove parrot
and change to p2 to past tense
1 parent 5b8d151 commit ff1f6cd

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

index.html

+9-16
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,17 @@ <h2>Perl 11 Projects</h2>
2626

2727
<p>The following projects are important in reaching the vision of Perl 11:</p>
2828

29+
<h3>RPerl</h3>
30+
31+
<p>A Restricted Perl by Will Braswell which translates a low-magic subset of Perl 5
32+
into C/C++ using Inline::C and Inline::CPP</p>
33+
<ul>
34+
<li><a href="http://www.rperl.org/">rperl.org</a></li>
35+
</ul>
36+
2937
<h3>p2</h3>
3038

31-
<p>p2 by Reini Urban will be a fast, small perl11 (5+6 and more) using the potion vm.</p>
39+
<p>p2 by Reini Urban was the attempt to be a fast, small perl11 (5+6 and more) using the potion vm.</p>
3240
<ul>
3341
<li><a href="http://perl11.org/p2/">perl11.org/p2</a></li>
3442
</ul>
@@ -41,14 +49,6 @@ <h3>potion</h3>
4149
<li><a href="http://perl11.org/potion/">perl11.org/potion</a></li>
4250
</ul>
4351

44-
<h3>RPerl</h3>
45-
46-
<p>A Restricted Perl by Will Braswell which translates a low-magic subset of Perl 5
47-
into C/C++ using Inline::C and Inline::CPP</p>
48-
<ul>
49-
<li><a href="http://www.rperl.org/">rperl.org</a></li>
50-
</ul>
51-
5252
<h3>MoarVM</h3>
5353

5454
<p>MoarVM is basically a freshly boostrapped parrot, with locking threads
@@ -57,13 +57,6 @@ <h3>MoarVM</h3>
5757
<li><a href="http://github.com/MoarVM/">github.com/MoarVM</a></li>
5858
</ul>
5959

60-
<h3>parrot</h3>
61-
62-
<p>parrot is slow, but still the standard rakudo VM to support perl6 and eventually perl5.</p>
63-
<ul>
64-
<li><a href="http://www.parrot.org">www.parrot.org</a></li>
65-
</ul>
66-
6760
<h3>nqp/QAST</h3>
6861

6962
<p>"Not Quite Perl" is current abstraction layer between perl6 and parrot,

0 commit comments

Comments
 (0)