Reputation: 7896
Is there anything in Clojure that is equivalent to Common Lisp's
symbol-name
function?
Upvotes: 10
Views: 734
Reputation: 7896
The Clojure name function will return the name of the symbol, instead of the symbol itself.
(name symbol)
Answer by Stuart Sierra on Clojure group.
Upvotes: 13