Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # gensym The [[gensym]] function generates a unique symbol. <code clojure> ; returns symbol G_x, where x is some number that has not been previously used (gensym) ; returns symbol foox, where x is some number that has not been previously used (gensym "foo") </code> {{ https://i.imgur.com/vS02L7b.jpg?400 }} {{ https://i.imgur.com/C1Wr38p.jpg?400 }} open/gensym.txt Last modified: 2024/10/05 06:15by 127.0.0.1