This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-17
Channels
- # announcements (1)
- # babashka (6)
- # beginners (5)
- # boot (18)
- # calva (4)
- # clj-kondo (39)
- # cljdoc (1)
- # cljs-dev (1)
- # clojure (24)
- # clojure-italy (5)
- # clojure-spec (5)
- # clojurescript (20)
- # cursive (10)
- # data-science (1)
- # datomic (1)
- # emacs (1)
- # fulcro (1)
- # kaocha (5)
- # rewrite-clj (18)
- # shadow-cljs (11)
- # spacemacs (35)
- # sql (11)
- # vim (13)
I cloned the pegthing repository with the code described in the True and Brave book. I updated project.clj to use clojure 1.10.1 as dependency instead of 1.5.1. Now when I "Load Current File and Dependencies" as discussed earlier today by @deas and @pez, I get this error: ''' Evaluating file: core.clj Syntax error macroexpanding clojure.core/ns at (c:\Users\roger\projects\clj\pegthing\src\pegthing\core.clj:1:1). ((require [clojure.set :as set]) (:gen-class)) - failed: Extra input spec: :clojure.core.specs.alpha/ns-form ''' src\pegthing\core.clj first few lines look like this: ''' (ns pegthing.core (require [clojure.set :as set]) (:gen-class)) ''' Any ideas what is wrong?
Oh, thanks! Now I can navigate around looking up definitions using F12 or Alt-F12. 🙂
Hmm, sorry, used the wrong quotes for that code