Operator overloading

Mike Shaver mike.shaver at gmail.com
Tue Dec 18 07:59:17 PST 2007


On Dec 18, 2007 9:52 AM, João Eiras <joao.eiras at gmail.com> wrote:
> Being able to define the "()" (function call), "[]" (indexing) and typeof
> operators is a must.

At least function call and property access are indeed customizable
(via a meta-object protocol rather than operator overloading).

Mike



More information about the Es4-discuss mailing list