I'm just trying out ClojureScript, starting out by converting something I wrote in Clojure into cljx.
When I try to compile it I get:
clojure.lang.ExceptionInfo: :refer must be followed by a sequence of symbols in :require
I'm finding some oblique references online, but nowhere where it's spelled out whether I should be able to use a :refer :all
in a ClojureScript program.
If I can't do it, what's the reason for this restriction?