http://qs321.pair.com?node_id=1220853


in reply to Re^8: The Future of Perl 5
in thread The Future of Perl 5

we need a strategy for the future

You're right! I'd like that strategy not to repeat the mistakes of the past.

For example, I think we should collectively acknowledge that deliberate fragmentation, in the hope that we'll have eventual convergence, has rarely worked for us. Experimenting with multiple competing object systems on the CPAN and hoping eventually something will get into the core has left us with a core that's (apart from mro and parent) unchanged since 5.004 or so for objects with any sizable CPAN dependency chain pulling in multiple competing object systems.

Replies are listed 'Best First'.
Re^10: The Future of Perl 5
by Your Mother (Archbishop) on Aug 22, 2018 at 17:50 UTC

    That sounds more like, “I want you all to admit you were wrong,” than it sounds like a strategy leading to any action items. It also sounds like retconning strongly against the grain of what the CPAN is; an uncurated collection, not a collective or even its gentrified cousin, a democracy.

      Hm. Well then let me rephrase.

      I'd like this "experiment in the CPAN to figure out what can eventually go in the core" to have a better defined process with an explicit step that encourages consolidation. Look at exception handling, for example: Try::Tiny exists and works (and has a few alternatives) but eventually helped get core exception handling improvements such that it's no longer required for correct behavior.