Re: Oct 1 meeting notes

2010-10-04 Thread Waldemar Horwat
On 10/01/10 18:49, Brendan Eich wrote: It's not clear what private names are trying to do well. If they want to provide privacy, they can't be visible to proxies. If they want to provide extension without collision (i.e. namespacing), they should be visible to Object.keys, enumeration, etc.

Re: Oct 1 meeting notes

2010-10-04 Thread David Herman
Waldemar, thanks for the great notes. One quick comment on the binary data notes: int64's: Open issue. Reference semantics are annoying, but what's a realistic alternative? int128's? Those come up increasingly often in SSE programming. We briefly discussed bignums as a realistic