gensym(programming)

gensym is the term I use to refer to any source that gives out IDs and never gives out the same ID twice. It originally comes from LISP, short for "generate symbol". One could say an AUTO_INCREMENT id column in SQL servers are a kind of gensym.


2024.8.17

Back