Fork me on GitHub
#cursive
<
2016-02-05
>
ghufran00:02:39

@cfleming: Thank you for making such an awesome piece of software simple_smile

cfleming00:02:13

@ghufran: No problem, I’m glad you’re enjoying it!

cfleming00:02:26

Thanks for letting me know, it’s always good to hear.

arijun00:02:47

I'm trying to use boot to make quick command line tools, is there a better way of doing that?

arijun00:02:17

@cfleming: I saw that at some point you had thought about moving cursive dev onto boot--is that no longer in the cards?

cfleming00:02:11

@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.

cfleming00:02:57

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.

arijun00:02:11

But you're forgetting the most important part--makine my life easier 😉

cfleming00:02:21

I don’t know how that slipped by me.

cfleming00:02:58

I actually would prefer to use boot just from a dogfooding perspective - if I feel the pain, I’m more likely to fix it.

cfleming00:02:31

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.

cfleming00:02:41

But I don’t know how mature the Gradle support for Clojure is.

arijun01:02:22

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...

arijun01:02:23

Also FYI cursive doesn't ask for a license on a new install for me.

cfleming01:02:45

It doesn’t? Which version are you running?

arijun01:02:58

1.1.0-15, intellij v 15.0.3

arijun01:02:30

On a mac, but I remember it also not doing so on my windows 7 machine.

cfleming01:02:17

That’s bizarre. Do you have a Help->Register Cursive… menu item?

cfleming01:02:33

And if you do, what happens if you click on it?

arijun01:02:03

Belay that--I just hadn't opened a clojure project

wildermuthn08:02:09

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?

wildermuthn08:02:16

Found the answer in the cursive wiki. Need to refresh lein via cursive when project.clj changes.

meow08:02:36

Cursive has a wiki? Where is the wiki?

cfleming20:02:10

@meow: It doesn’t, although it probably should. There are various Cursive-related pages in other wikis though, notably boot and CLJS

meow20:02:17

yes, it should