Did I say a nonsense about JIT and lists? Indeed, AFAIK, making: var tuple = Object.freeze([1, 2]);
It is like having a tuple and the JIT could realize the object is frozen and perform the required optimizations. On Thu, Sep 11, 2014 at 7:28 PM, Brendan Eich <[email protected]> wrote: > See https://brendaneich.com/2011/01/harmony-of-my-dreams/ "tuples" -- > much of the rest is in ES6 or out of date (e.g. => functions supersede > #(){}), but tuples and records might still happen, based on my spider-sense. > > /be > > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

