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.
symbol-nameClojure に Common Lisp の機能と同等のものはあり ますか?
symbol-name
Clojure の name 関数は、シンボル自体ではなく、シンボルの名前を返します。
(name symbol)
Clojure グループの Stuart Sierra による回答。