in reply to Re: Perl6 Grammars
in thread Perl6 Grammars

Someone in perl6-language pointed that out a few weeks ago and suggested a few changes. None of the replies agreed with it though. They don't realize character classes outnumber closures 100 to 1...

Replies are listed 'Best First'.
Re: Re: Re: Perl6 Grammars
by educated_foo (Vicar) on Sep 25, 2002 at 03:11 UTC
    They don't realize character classes outnumber closures 100 to 1...
    From what I gather, the issue here is mostly Unicode -- literal character classes are a bad idea with Unicode data, so making them longer, and in effect discouraging their use, isn't considered a bad thing. This assumes, of course, that a significant number of people actually use non-ASCII a significant amount of the time. I really don't have the experience to comment on this last assumption.

    /s