|
|
|
|
|
by jlarocco
5281 days ago
|
|
"Why wouldn't the current three implementations be angled for real-world use?" Because going to perl.org -> Download says "We recommend that you always run the latest stable version, currently 5.14.2." [1] and doesn't even mention Perl 6. And when you do find a page that has Perl 6, it says "If you are looking for production ready code please use Perl 5" [2] [1] http://www.perl.org/get.html [2]http://dev.perl.org/perl6/ |
|
Perl 5 and Perl 6 are two different languages that happen to share a similar style and history. The latest version of Perl5 will never be 6.something.
And yes, Perl6 is not recommended for production use, since the specification has not been finalized. By the same argument, C++0x should not have been, yet many people did.