Alex Miller at the Clojure group pointed out that it is indeed the old clojurescript version, which has an "(ns (require" in it.
see http://dev.clojure.org/display/design/Errors+found+with+core+specs On Sunday, September 11, 2016 at 8:29:44 PM UTC+2, Kenny Evitt wrote: > > I'm pretty sure this is because LT (and the 'LT NREPL handler' too) are > stuck on an old version of ClojureScript. > > On Monday, September 5, 2016 at 7:15:04 PM UTC-4, Michael Ball wrote: >> >> I was playing around with the new clojure.spec coming in >> clojure/clojurescript 1.9 and noticed that LightTable can't seem to open a >> clojure repl with clojure 1.9.0-alpha11. >> >> Error loading lighttable.nrepl.handler: >> java.lang.IllegalArgumentException: Call to clojure.core/ns did not conform >> to spec: >> In: [1] val: ((require [clojure.string :as string] >> [cljs.source-map.base64 :as base64])) fails at: [:args] predicate: (cat >> :docstring (? string?) :attr-map (? map?) >> >> >> >> I also noticed that in earlier alphas that some of the new syntax doesn't >> work either, specifically the new namespace map literal syntax doesn't seem >> to work. >> >> #:clojure.spec{:name "jane"} >>> => {:clojure.spec/name "jane"} >> >> >> >> Has anyone got this working, or is this an issue that needs to be >> reported? >> > -- You received this message because you are subscribed to the Google Groups "Light Table Discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
