Native implementation of SRFI 260's generated symbols for Chez Scheme Marc Nieper-Wißkirchen (31 Jan 2025 10:49 UTC)
Re: Native implementation of SRFI 260's generated symbols for Chez Scheme Marc Nieper-Wißkirchen (03 Feb 2025 09:24 UTC)

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