Re: [svn:perl6-synopsis] r8698 - doc/trunk/design/syn

2006-04-15 Thread Zohar Kelrich
Some grammar nits I'd like to pick... Alarmingly, the Capture semantics are starting to make perfect sense to me now.. On Apr 15, 2006, at 16:17, [EMAIL PROTECTED] wrote: Modified: doc/trunk/design/syn/S02.pod ==

Separate compilation and compile-time things

2006-03-02 Thread Zohar Kelrich
We were discussing some confusing macro behaviours, when we came upon this curious thing. This code is really simple in p5, as it doesn't really have separate compilation, but in p6, the modules can be pre- compiled or cached. 8<-- module ImportHeadache; my $m; sub im