On Mon, Mar 28, 2011 at 10:35, Allen Wirfs-Brock <[email protected]> wrote: > Overall, I really like ^this as a narrow solution to a specific real usage > problem. I'm interested in reactions and unless somebody thinks of something > that seriously torpedoes it I will probably write it up as a strawman.
I like ^this. We (Chromium/V8) discussed introducing 'self' as a a way to get the lexically bound 'this'. The main issue we could think of was that it might be hard for users to know when to use '^this' vs when to use 'this'. -- erik _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

