http://www.perlmonks.org?node_id=399861


in reply to Re: Critique of Where Perl 6 is Heading on Freshmeat.net
in thread Critique of Where Perl 6 is Heading on Freshmeat.net

I think part of his argument was that the change in Perl6 is too drastic. I'm sure many like myself got into Perl and like it because it is what it is. I'll be the first to admit that Perl5 has problems. Personally I think OO programming in Perl is a disaster. Using objects is great, but coding them seems much more messy than C++ IMHO.

So yeah I'd like to see that change, but do I want the entire language to be overhauled? Not really, and I see a LOT of new things in Perl6 that I just don't like. I'm sure many of us are concerned that there may be a crossroads after Perl6 is released, where Perl5 is on the decline and Perl6 is the future. If it comes to that point for me, I will be programming in Ruby from that point forward.
  • Comment on Re^2: Critique of Where Perl 6 is Heading on Freshmeat.net

Replies are listed 'Best First'.
•Re^3: Critique of Where Perl 6 is Heading on Freshmeat.net
by merlyn (Sage) on Oct 17, 2004 at 20:09 UTC
    Perhaps what you keep forgetting is that what you're reading is the changes. The core of the language, that you have come to appreciate is still there. You'll still get an autovivified hash five levels deep from a three line diamond-split-assign-plus-equals loop. Really. Don't get hung up on the differences. The core is still there. Life is still good.

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.