in reply to Re^4: Perl 6 and Perl 5 parsing
in thread Perl 6 and Perl 5 parsing

I had mentioned code polymorphism in my reply, but I removed it before posting because code polymorphism can still occur with a single compile-time. Yes, it's nightmarish, but it's not a reason for separating compile-time.

Replies are listed 'Best First'.
Re^6: Perl 6 and Perl 5 parsing
by moritz (Cardinal) on Jan 14, 2011 at 20:21 UTC
    Yes, it's nightmarish, but it's not a reason for separating compile-time.

    Huh? A nightmare is not worth avoiding? Why is it no reason?

      I don't understand the confusion — it follows directly from the previous statement — so I throw the question back at you. If having a single compile doesn't prevent the nightmare, how can having a single compile be a reason for preventing the nightmare?
        If having a single compile doesn't prevent the nightmare

        It might not prevent the whole nightmare, but nearly all real-world usage cases. So it is a good reason for separating compile time and run time.