This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-11
Channels
- # aws (6)
- # beginners (167)
- # cider (41)
- # cljs-dev (6)
- # cljsrn (3)
- # clojure (399)
- # clojure-dusseldorf (1)
- # clojure-nl (2)
- # clojure-spec (3)
- # clojure-uk (47)
- # clojurescript (16)
- # core-async (8)
- # cursive (56)
- # datomic (14)
- # devcards (1)
- # docs (2)
- # duct (2)
- # editors (3)
- # emacs (3)
- # fulcro (178)
- # graphql (10)
- # off-topic (107)
- # onyx (7)
- # pedestal (21)
- # planck (13)
- # re-frame (58)
- # reagent (76)
- # ring-swagger (3)
- # shadow-cljs (85)
- # slack-help (2)
- # sql (1)
- # tools-deps (11)
- # uncomplicate (5)
- # vim (24)
- # yada (4)
@cfleming I am trying to run Cursive in IntelliJ getting Could not locate clojure/spec/alpha__init.class or clojure/spec/alpha.clj on classpath.
@lukasz.pomorski01 Yes, my apologies, there’s a bug in the latest EAP when creating projects using the Clojure project template if you’re using Clojure 1.9
The best solution is probably to create your project with Leiningen. So when you create your project, use the Leiningen option rather than the Clojure one.
How can I get a program to actually output something. Not run REPL but run a core.clj file. It seems to run fine but return nothing
@royalaid That’s actually just a confusing part of the IntelliJ UI - you don’t expand the menu out to the right, you select the “Resolve <var> as…” item in the first menu with enter.
Sure, let me make sure I can reproduce again and am missing something silly. Do you have directions on how to dump the debug log?
Hmm, possibly. Does the menu work for other vars, i.e. can you customise defn
or something?
That’s… really weird. So you can customise your own macros, but not those from third-party libs?
Oh, I see. So it doesn’t work from the definition - does it work if you try to do that from a usage of the macro instead, so a (defreq ...)
call?
i wish paredit worked with css, such that I could slurp properties inside a block
dreams are free