Scheme Request for Implementation 260, "Generated Symbols", by Marc Nieper-Wißkirchen, has gone into *final* status.
The document and an archive of the discussion are available at https://srfi.schemers.org/srfi-260/. 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 spelled the same. Here is the commit summary since the most recent draft: - Fix SRFI number. - copy edits - Finalize. Here are the diffs since the most recent draft: https://github.com/scheme-requests-for-implementation/srfi-260/compare/draft-1..final Many thanks to Marc and to everyone who contributed to the discussion of this SRFI. Regards, SRFI Editor