【发布时间】:2021-09-07 23:27:18
【问题描述】:
或者,换句话说,为什么这不起作用:
user=> (dir (ns-name *ns*))
Execution error (ClassCastException) at user/eval2010 (REPL:1).
class clojure.lang.PersistentList cannot be cast to class clojure.lang.Symbol (clojure.lang.PersistentList and clojure.lang.Symbol are in unnamed module of loader 'bootstrap')
【问题讨论】:
标签: clojure