Scheme Request for Implementation 260, "Generated Symbols", by Marc Nieper-Wißkirchen, is now available for discussion.
Its draft and an archive of the ongoing discussion are available at https://srfi.schemers.org/srfi-260/. You can join the discussion of the draft by filling out the subscription form on that page. You can contribute a message to the discussion by sending it to srfi-260@srfi.schemers.org. Here's the abstract: This SRFI defines the procedure generate-symbol. Each time it is invoked, the procedure returns a new symbol whose name cannot be guessed. The returned symbol is a standard symbol for all purposes; it obeys write/read invariance and it is equal to another symbol if and only if their names are spelt the same. Regards, SRFI Editor