【发布时间】:2014-06-28 04:04:48
【问题描述】:
我只是在试用 ClojureScript,首先将我在 Clojure 中编写的内容转换为 cljx。
当我尝试编译它时,我得到:
clojure.lang.ExceptionInfo: :refer must be followed by a sequence of symbols in :require
我在网上找到了一些间接引用,但没有地方说明我是否应该能够在 ClojureScript 程序中使用 :refer :all。
如果我做不到,这个限制的原因是什么?
【问题讨论】:
标签: clojure clojurescript cljx