This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-05
Channels
- # aatree (2)
- # admin-announcements (15)
- # announcements (2)
- # aws (8)
- # beginners (160)
- # boot (290)
- # braid-chat (28)
- # cider (8)
- # clara (1)
- # cljsrn (3)
- # clojure (154)
- # clojure-czech (7)
- # clojure-russia (162)
- # clojurebridge (2)
- # clojurescript (128)
- # cursive (29)
- # datomic (30)
- # emacs (7)
- # events (1)
- # hoplon (5)
- # jobs (1)
- # ldnclj (7)
- # leiningen (3)
- # off-topic (11)
- # om (82)
- # onyx (68)
- # overtone (1)
- # parinfer (57)
- # portland-or (1)
- # proton (18)
- # re-frame (8)
- # reagent (32)
- # ring-swagger (3)
- # yada (5)
I'm trying to use boot to make quick command line tools, is there a better way of doing that?
@cfleming: I saw that at some point you had thought about moving cursive dev onto boot--is that no longer in the cards?
@arijun: I was thinking about it. I’m actually going to investigate moving it to Gradle first, because IntelliJ have a really good Gradle plugin for IntelliJ plugin dev that would make my life much easier.
I may be able to look at the implementation and port it to boot, but if I use Gradle I don’t have to do that.
I actually would prefer to use boot just from a dogfooding perspective - if I feel the pain, I’m more likely to fix it.
But I use a bunch of Kotlin code so I’d have to add support for that, as well as reimplementing all the plugin stuff.
Oh man it's terrible. I mean sure I've never used it or have any other reason to say that but if it convinces you to use boot...
Sometimes after changing dependencies (or branches with different dependencies), my cursive repl fails to load properly. I’m using figwheel. Anyone else run into something similar?
Found the answer in the cursive wiki. Need to refresh lein via cursive when project.clj changes.