in reply to Re^2: Perl 6 and Perl 5 parsing
in thread Perl 6 and Perl 5 parsing
Then whats the point in separating compile time and run time
Speed. There's no reason to compile code every time it's executed. That would be very slow, and there's no advantages to doing it that way.
In a way so as long there is a BEGIN block isn't that impossible.
Not at all. It just prevents the compile-time of all code blocks from happening at the same time.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Perl 6 and Perl 5 parsing
by moritz (Cardinal) on Jan 14, 2011 at 19:20 UTC | |
by ikegami (Patriarch) on Jan 14, 2011 at 19:24 UTC | |
by moritz (Cardinal) on Jan 14, 2011 at 20:21 UTC | |
by ikegami (Patriarch) on Jan 14, 2011 at 20:58 UTC | |
by moritz (Cardinal) on Jan 14, 2011 at 21:27 UTC | |
|