Luke Palmer wrote:

> I think this is a big step towards readability.  It allows you to put
> whatever part of the expression wherever you want (reminiscent of
> Latin);

You didn't think Perligata was just for *fun*, did you? ;-)

> It's a shame <~ is ambiguous.  It's a lexical ambiguity, which can be
> solved with whitespace.... 

...and the longest token rule. 

And, of course, it's no more ambiguous than the ~~ operator:

    foo ~~ $bar     # means: foo() ~~ $bar
                    #   not: foo( ~ ~$bar )

Damian

Reply via email to