Re: RFC 174 (v1) Parse C<func($obj, @args)> as C<func $obj (@args)>

[email protected] (Nathan Wiger) Wed, 30 Aug 2000 17:56:54 -0700
Newsgroups perl.perl6.language.subs
Message-ID <[email protected]>
Damian Conway wrote:
> 
> Nor I. That's why I'd advocate mandatory braces on indirect objects.
> I'd rather:
> 
>         print {STDERR} "darn"
> 
> any day.

Sorry, I'm way against that. If you're going to force that, then just
enforce:

   STDERR->print("darn")

Same amount of typing.

Indirect objects are beautiful. They don't need to die. If you don't
like them, don't use them, but don't enforce your syntax on me.

-Nate