Re: Syntax for Efficient Traits is now ready for discussion

2010-10-10 Thread Dmitry A. Soshnikov
On 07.10.2010 22:21, Tom Van Cutsem wrote: Hi Dmitry, Hi MarkM and Tom, possibly it will be interesting to you: http://gist.github.com/613924 -- a delegation based mixins implemented using Harmony proxies. Features: - working in two modes: traits (naming conflict

Re: Can DOM methods be native Function objects?

2010-10-10 Thread Brendan Eich
On Oct 10, 2010, at 4:14 PM, Mark S. Miller wrote: My interpretation is that the spec in this regard is consistent with reality as intended and is not an ass. Could be -- I know we have discussed this before, and I like your interpretation, but Cameron is only the latest among many to reach

RE: Syntax for Efficient Traits is now ready for discussion

2010-10-10 Thread Jim Deville
From: es-discuss-boun...@mozilla.org [mailto:es-discuss-boun...@mozilla.org] On Behalf Of Dmitry A. Soshnikov Sent: Sunday, October 10, 2010 3:58 AM To: Tom Van Cutsem Cc: Mark S. Miller; es-discuss@mozilla.org Subject: Re: Syntax for Efficient Traits is now ready for discussion On 07.10.2010

Re: Can DOM methods be native Function objects?

2010-10-10 Thread Garrett Smith
On 10/10/10, Brendan Eich bren...@mozilla.com wrote: On Oct 10, 2010, at 4:14 PM, Mark S. Miller wrote: My interpretation is that the spec in this regard is consistent with reality as intended and is not an ass. (Somewhat disconcerting to hear hints of the spec being called an ass.) Could

Re: Can DOM methods be native Function objects?

2010-10-10 Thread Garrett Smith
On 10/10/10, Garrett Smith dhtmlkitc...@gmail.com wrote: On 10/10/10, Brendan Eich bren...@mozilla.com wrote: On Oct 10, 2010, at 4:14 PM, Mark S. Miller wrote: [...] Here I use native functions to mean either the built-in functions of ES5 clause 15, or the DOM built-in functions. Are the