Andreas Rossberg (2011-05-20T12:26:10.000Z)
domenic at domenicdenicola.com (2013-12-13T23:11:05.161Z)
On 19 May 2011 17:09, Allen Wirfs-Brock <allen at wirfs-brock.com> wrote: > That is indeed the plan in the particular version of the proposal that started this thread. You mean the unique_string_values proposal that Luke mentioned? Hm... Doesn't that have similar potential for breaking code? Existing code could make lots of assumptions about what it can do with a value if its type equals "string". Unless I misunderstand something, "secret" strings would break some of those (valid) assumptions. > This thread initially was specifically about how to make private name creation available in code that does not opt-in into new Harmony syntax. My apologies, you are right. But how would such a proposal affect the Harmony side of things? Is the intention to have it replace a proper type of private names in Harmony, or merely complement it?