File tree 1 file changed +9
-16
lines changed
1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,17 @@ <h2>Perl 11 Projects</h2>
26
26
27
27
< p > The following projects are important in reaching the vision of Perl 11:</ p >
28
28
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
+
29
37
< h3 > p2</ h3 >
30
38
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 >
32
40
< ul >
33
41
< li > < a href ="http://perl11.org/p2/ "> perl11.org/p2</ a > </ li >
34
42
</ ul >
@@ -41,14 +49,6 @@ <h3>potion</h3>
41
49
< li > < a href ="http://perl11.org/potion/ "> perl11.org/potion</ a > </ li >
42
50
</ ul >
43
51
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
-
52
52
< h3 > MoarVM</ h3 >
53
53
54
54
< p > MoarVM is basically a freshly boostrapped parrot, with locking threads
@@ -57,13 +57,6 @@ <h3>MoarVM</h3>
57
57
< li > < a href ="http://github.com/MoarVM/ "> github.com/MoarVM</ a > </ li >
58
58
</ ul >
59
59
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
-
67
60
< h3 > nqp/QAST</ h3 >
68
61
69
62
< p > "Not Quite Perl" is current abstraction layer between perl6 and parrot,
You can’t perform that action at this time.
0 commit comments