in reply to Perl 6 critique is a good thing
If there is anything that the open-source movement has taught us, it's that getting users actively involved in the development leads to better software. It also slows things down a bit when there are disagreements.
I think debate and discussion on the merits of Perl 6 is rather useful. I only hope that people don't get so mired in debate that progress is effectively halted, or that the core developers get fed up and stop listening.
As for the cited critique... Fish's critique comes of as whiny, but he does make some interesting points. I have some concerns about the significant changes to the language that will break Perl 5; I have a large quantity of deployed Perl5 code that will need to be maintained, and I worry that it will quickly become "legacy" code as Perl6 becomes the language that future programmers learn. There are, in fact, many changes to Perl6 that are (IMO) better than the Perl5 way -- but, they will cause problems for maintaining old Perl5 code.
I have to wonder why the Perl6 team has decided against including Perl5 backwards-support through a use pragma. How nice it would be to:
sub old_perl5_style_code { use perl5; #code ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl 6 critique is a good thing
by Ven'Tatsu (Deacon) on Oct 18, 2004 at 15:31 UTC | |
by DrHyde (Prior) on Oct 18, 2004 at 16:45 UTC | |
by radiantmatrix (Parson) on Oct 18, 2004 at 17:05 UTC | |
by Juerd (Abbot) on Oct 18, 2004 at 17:32 UTC | |
by revdiablo (Prior) on Oct 18, 2004 at 16:58 UTC |