Native implementation of SRFI 260's generated symbols for Chez Scheme
Marc Nieper-WiÃkirchen 31 Jan 2025 10:49 UTC
I implemented generated symbols natively in Chez Scheme. The native
implementation generates the unique names lazily.
You can find the patched Chez Scheme here:
https://github.com/mnieper/ChezScheme/tree/srfi-260
The procedure `generate-symbol` is exported by the `(chezscheme)`
library (also known as `(scheme)`).
Marc