Public Vars

Back

gensym (clj)

(source)

function

(gensym) (gensym prefix-string)
Returns a new symbol with a unique name. If a prefix string is supplied, the name is prefix# where # is some unique number. If prefix is not supplied, the prefix is 'G__'.

Examples