cvs commit: perlfaq perlfaq1.pod
[email protected] (Robert Spier) 9 Jul 2003 15:47:28 -0000
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/07/09 08:47:28 Modified: . perlfaq1.pod Log: Casey's patch about ponie Revision Changes Path 1.12 +11 -1 perlfaq/perlfaq1.pod Index: perlfaq1.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq1.pod,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- perlfaq1.pod 6 Dec 2002 07:40:11 -0000 1.11 +++ perlfaq1.pod 9 Jul 2003 15:47:28 -0000 1.12 @@ -1,6 +1,6 @@ =head1 NAME -perlfaq1 - General Questions About Perl ($Revision: 1.11 $, $Date: 2002/12/06 07:40:11 $) +perlfaq1 - General Questions About Perl ($Revision: 1.12 $, $Date: 2003/07/09 15:47:28 $) =head1 DESCRIPTION @@ -91,6 +91,16 @@ "perl5" altogether. It's not really that big a deal, though. See L<perlhist> for a history of Perl revisions. + +=head2 What is Ponie? + +At The O'Reilly Open Source Software Convention in 2003, Artur +Bergman, Fotango, and The Perl Foundation announced a project to +run perl5 on the Parrot virtual machine named Ponie. Ponie stands for +Perl On New Internal Engine. The Perl 5.10 language implementation +will be used for Ponie, and there will be no language level +differences between perl5 and ponie. Ponie is not a complete rewrite +of perl5. =head2 What is perl6?