There's more than one way to do things | |
PerlMonks |
Re: Parsing with Perl 6by Juerd (Abbot) |
on Jul 05, 2002 at 05:44 UTC ( [id://179569]=note: print w/replies, xml ) | Need Help?? |
Wow, very impressive. ++! // <-[\n]>*: I'd really want to take advantage of the new \N:
foreach my $function (@functions) In Perl6, foreach will just be for. The C-style for loop will be called loop. And the for syntax will slightly change:
Why not already have both types there? Hmm - In current regex stuff, I'd probably have written: /(['"]) (?: (?! \\ | \1) . | \\ . )* \1/x. Why not use something like that? (Or is it just a matter of taste?)
In Section
Meditations
|
|