On Mon, 2002-04-22 at 14:18, Me wrote:
> > Very nice (but, I assume you meant {$foo data})!
> 
> I didn't mean that (even if I should have).
> 
> Aiui, Mike's final suggestion was that parens end up
> doing all the (ops data) tricks, and braces are used
> purely to do code insertions. (I really liked that idea.)
> 
> So:
> 
> Perl 5            Perl6
> (data)            ( data)
> (?opsdata)        (ops data)
> ({})              {}  

I don't like that particular way of looking at things, but either way my
comments about subroutines and closures still holds.


Reply via email to