in reply to Questions about Perl 6

Answers:

1) A thursday, and 2.5 years, respectively.

2) Thanks, I think it's cool too. :)

3) Hard to say as we don't have equivalent large code bases to compare, but on small to trivial examples between 4 and 30 times faster. Expect something like a 20%-30% speed gain in practice.

Replies are listed 'Best First'.
Re: Re: Questions about Perl 6
by ergowolf (Monk) on Mar 25, 2003 at 20:07 UTC
    Elian:
    "1) A thursday, and 2.5 years, respectively."

    Did you have a specific thursday picked out? :P

    2) Thanks, I think it's cool too. :)

    Perl was my first programming language. I have always been amazed at how easy it is to write something useful in Perl. I have tried Python, Java and C, but I always turn back to perl.

    3) Hard to say as we don't have equivalent large code bases to compare, but on small to trivial examples between 4 and 30 times faster. Expect something like a 20%-30% speed gain in practice.

    What do you think Parrot and the speed increase will do to how perl is used?
      More answers:

      1) Yes. But I'm not telling. :-P

      2) Keen! I usually find myself turning back to C, but I figure that's just the universe being amusingly perverse at my expense.

      3) I don't think the speed increases will, in and of themselves, lead to Cool New Things, but rather (along with the native calling interface) allow people to write less C code. While paradoxically making it easier for them to write C that interfaces to parrot if they want.

      The bit that'll change how perl's used is more due to language changes in perl 6 making B&D style programming easier (which many people do like in larger projects) and easier integration with other languages running on parrot.

        Elian:
        "The bit that'll change how perl's used is more due to language changes in perl 6 making B&D style programming easier (which many people do like in larger projects) and easier integration with other languages running on parrot."

        This may be a silly question but, what is B&D programming?
      Did you have a specific thursday picked out?
      Unless I'm mistaken, that's probably from:
      A: Well, when's your next round? B: Thursday. C: I think I'll go for a walk.

      jdporter
      The 6th Rule of Perl Club is -- There is no Rule #6.

        This is from Monty Python's "Quest for the Holy Grail"; the "I'm not dead yet" scene, IIRC.

        Cheers,
        ibanix

        $ echo '$0 & $0 &' > foo; chmod a+x foo; foo;
        You would be mistaken, only because I have no clue as to what the qoute you quoted is from. Tell me and I'd be more than happy to make it so retroactively.