corrections for Kawa and Guile
Per Bothner 24 Jan 2025 02:14 UTC
* Kawa does have uninterned symbols, but (as far as I can find/remember) there is
no Scheme procedure to generate an uninterned symbol; you have to down to a Java method.
* Guile's gensym returns an interned symbol, according to:
https://www.gnu.org/software/guile/manual/html_node/Symbol-Primitives.html
--
--Per Bothner
xxxxxx@bothner.com http://per.bothner.com/