Re: Property names for public symbols

2015-02-07 Thread Axel Rauschmayer
Can you explain what you mean by “same-named”? You want `Symbol.for()` to have the same casing as `Symbol.iterator`? On 07 Feb 2015, at 02:17, Brendan Eich bren...@mozilla.org wrote: Some tasteful inconsistency (the hobgoblin of big minds) is required here. We want the well known symbols'

Re: Property names for public symbols

2015-02-07 Thread Brendan Eich
Axel Rauschmayer wrote: Can you explain what you mean by “same-named”? You want `Symbol.for()` to have the same casing as `Symbol.iterator`? No, I mean we would normally use iterator (and had __iterator__ in SpiderMonkey, then '@@iterator' I believe), not ITERATOR. Python's dunder-bracketing