Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

gensym

You are here: irt.org | FOLDOC | gensym

<library> /jen'sim/ (From the MacLISP for "generated symbol") To invent a new name for something temporary, in such a way that the name is almost certainly not in conflict with one already in use.

The canonical form of a gensym is "Gnnnn" where nnnn represents a number; any LISP hacker would recognise G0093 (for example) as a gensym. Gensymmed names are useful for storing or uniquely identifying crufties.

[Jargon File]

(1999-10-31)

Nearby terms: GEnie Services « Genken Programming Language « GENOVA « gensym » Gensym Corporation » Gensym Standard Interface » Gentleman's Portable Coroutine System

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb