Skip to content

Instantly share code, notes, and snippets.

@earl-ducaine
Created April 8, 2018 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save earl-ducaine/ec91f10226cee9004cafad4a123afe8b to your computer and use it in GitHub Desktop.
Save earl-ducaine/ec91f10226cee9004cafad4a123afe8b to your computer and use it in GitHub Desktop.
gensym with prefix
CL-USER> *gensym-counter*
78744
CL-USER> (gensym "T")
#:T78744
CL-USER> *gensym-counter*
78745
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment