> 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)
({})              {}  


--
ralph

Reply via email to