Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Clojure 中是否有与 Common Lisp 的 symbol-name功能等价的东西?
symbol-name
Clojure 名称函数将返回符号的名称,而不是符号本身。
(name symbol)
Stuart Sierra 在 Clojure 组上的回答。