--- Brent Dax <[EMAIL PROTECTED]> wrote:
>       method x ($me: $req, ?$opt, +$namedop, *%named, [EMAIL PROTECTED]) { ... }
> 
> Yikes.  And I thought we were trying to get *away* from line noise? 
> 
> Seriously, can't we use something rather prettier, like this?
> 
>       method x($me: $req, $opt is optional, $namedop is named,
> *%named, [EMAIL PROTECTED]) { ... }

I think the sigils are a good thing (note no caps), but that explicit
attributes like "is optional" and "is named" would be a Good Thing.
Accordingly, if the compiler could accept either and do the Right
Thing, that would be rather sweet. :)

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

Reply via email to