Fork me on GitHub
#cursive
<
2019-06-22
>
dpsutton16:06:21

If I wanted to try cursive in commercial products I would obviously need the cursive license. Would I also need a commercial license for the underlying IntelliJ? I’m assuming community edition is foreclosed for commercial development?

polymeris18:06:53

Not a lawyer, but I think IntelliJ CE is Apache2-licensed, so should be ok to use for commercial purposes.

cfleming04:06:41

@U11BV7MTK Yes, you can use IntelliJ community edition for whatever you want. It works fine for Cursive, using Ultimate edition doesn’t add anything Clojure-related.

cfleming04:06:01

Also, Cursive has a 30-day trial period, and I’m fine with using a non-commercial licence for longer trials if required, just let me know.

dpsutton04:06:50

Gauging the cost. It looks like it’ll be $350 per year for IntelliJ plus your fantastic product. I’m happy to pay for good software just making sure I understood the true cost. Thought I remembered IntelliJ costing like 650 per year

cfleming06:06:09

@U11BV7MTK I actually can’t remember what it costs now, things got more confusing since they switched to subscription-lite. It depends on what you’re using of their other products too.

dpsutton18:06:12

> Coordinate type :mvn not loaded for library org.clojure/clojure in coordinate {:mvn/version "1.9.0"} popping up when trying to import a simple deps project. Anyone know why this might be?

dpsutton18:06:29

{:src ["src"]
 :deps {criterium {:mvn/version "0.4.5"}}}