Tab Atkins Jr. (2013-07-31T19:31:07.000Z)
domenic at domenicdenicola.com (2013-08-05T20:18:56.563Z)
On Wed, Jul 31, 2013 at 11:34 AM, Dean Landolt <dean at deanlandolt.com> wrote: > Why a third namespace when there's the built-in modules that functions > nicely as our registry? This suggestion was in the context of "symbol strings", which are just strings in a separate namespace, rather than the existing concept of symbols as a unique, empty, frozen object. With a symbol string, where you retrieve it from doesn't matter - equality is still based on the contents. If you want guaranteed non-conflict with user-space symbols, you need a third namespace.