Module oftlisp::gensym [] [src]

A module that generates symbols, which are guaranteed to be unique.

Functions

gensym

Returns a new, unique symbol.

gensym_counter

Returns the next internal counter, incrementing it.

gensym_prefix

Returns a new, unique symbol with the given prefix.