NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
When does it stop? (Score:2)
When it stops scratching someone's itch. (Score:2)
When Perl 6 comes out, it will attract an audience very quickly, but established applications will continue to run on their current platforms for a long time.
While it's easy to write new code in the latest version of the language, or to convert a small number of small existing programs to accomdate the generally very small affects of an upgrade; there are many large applications that are working just fine and for which upgrading to a newer version would be a significant amount of work with little gain.
Most of the work would be in setting up an all-inclusive test environment and verifying that everything still works. That large amout of work generally results in discovering that yes indeed, almost everything still works just fine, and only a small amount of work is needed to fix the things that don't. It's that difference between the large amount of work required to validate that makes it quite reasonable to postpone and limit upgrading the underlying version.
Reply to This
Parent
Re:When it stops scratching someone's itch. (Score:2)