Brendan Eich (2014-09-11T23:44:28.000Z)
domenic at domenicdenicola.com (2014-09-17T22:22:06.444Z)
Allen Wirfs-Brock wrote: > I see this, as the first step on a path of considering every use of ToString in the spec. and deciding whether it would be ok to use "ToStringSymbolAllowed" instead. And the possible result being that some places where symbols are allowed and some where they aren't. And know body remember which is which. It's probably better to have a consistent rule with one explicit exceptions rather than a loosely applied rule with many exceptions. And of course one might write `` obj[`${name}`] `` if we did allow conversion to string there, and oops.