(rontolisp) docs
← Functions

gentemp

(gentemp &optional prefix package)

Interns and returns a fresh symbol named prefix (default "T") followed by a counter, skipping any name a symbol already claims. Unlike gensym the result is INTERNED, which is the whole point of the function -- CLHS deprecates it, but iterate names its clause dispatch functions with it.