in reply to Re^2: What will the Perl 6 interpreter be written in?
in thread What will the Perl 6 interpreter be written in?

some people are jumping ship and going to lesser languages like Python.

Yes, I am one of those people it would seem. I dont want to start a flame war here, but, Perl 5's OO is simply no fun. Without real (logical) OO, it is difficult to sale Perl for extensive projects around my office. I have been Pythoning for the last couple of months and am growing fond of the language. Again, I do not want to start a flame war or be modded down for descenting, its just how things work in the real world. People around here are happy enough to use Perl 5 to 'script', but no one takes it seriously as a programming language capable of writing full scale programs that are extensible and maintainable. I do not fully share their view, but admit that it has its merits.

"Never take yourself too seriously, because everyone knows that fat birds dont fly" -FLC
  • Comment on Re^3: What will the Perl 6 interpreter be written in?

Replies are listed 'Best First'.
Re^4: What will the Perl 6 interpreter be written in?
by phaylon (Curate) on Feb 28, 2006 at 03:03 UTC
    its just how things work in the real world. People around here are happy enough to use Perl 5 to 'script', but no one takes it seriously as a programming language capable of writing full scale programs that are extensible and maintainable. I do not fully share their view, but admit that it has its merits.

    Well, there are many examples in the real world that proof Perl 5's robustness, scalability and efficiency. IIRC the goal of Perl 6 is to provide these things in a much more powerful way that's more fitting the modern state of thought. I don't think it's primary goal is to "sell."

    I've done large things in Perl 5 because it absolutely provides this possibilities. And regarding perl's age (how much is it again? 10 years?) and what it gives, I'd say the P6 development crew should take all the time they need. Especially because I'd really like 10years+ of Perl 6 when it's ready.

    Ordinary morality is for ordinary people. -- Aleister Crowley
      No, what you say is all true. The point I was trying to make is *not* that it was impossible to do large scale programs in Perl 5, only that it does not lend itself as easily and obviously to such tasks as some other languages do. I mean really, if it did would Ruby exist?

      More importantly, I agree that I want them to get it right as well. If additional time is what it takes, then so be it. That does not make it any less disappointing nor does it allow Perl to be the tool I am using today. Instead, I am off to write Python. Bye!

      "Never take yourself too seriously, because everyone knows that fat birds dont fly" -FLC