2008/12/3 P T Withington <[EMAIL PROTECTED]>

> If we are voting on the color of paint to use, I sure like:
>   ^(a, b, ...) { ... }
>
> + ^ is mnemonic for Λ (Greek capital lambda)
> + ^ is mnemonic for 'pointer' so I am reminded that I am creating and
> object here
> + () keeps parameters in a parameter list so I don't have to learn a new
> syntax (as I might with any other delimiter)
>
> - prefix ^ might be confused with the infix operator of the same name
>

Though use of the infix ^ is so rare that I bet many JS users don't even
know about it. The first article found when googling "javascript operators"
(w3schools.com) doesn't even mention it.
_______________________________________________
Es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to