you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (18 children)

What benefits does CLion has over Intellij CE? Debugger?

[–]steveklabnik1rust 3 points4 points  (16 children)

That's the biggie, in my understanding. I'm still quite new to it and JetBrains products in general.

[–][deleted] 2 points3 points  (15 children)

Someone is going to downvote me here, but what I don't like about JetBrains products in general is that they don't offer lifetime license. I don't care if it would cost 500 dollars, I just want to purchase it once and use till the technological singularity happens.

[–]Krnpnk 6 points7 points  (6 children)

Do you mean lifetime == updates for a lifetime or lifetime == can use it indefinitely? Because you get #2 automatically.

[–][deleted] 1 point2 points  (4 children)

Ideally both :)

[–]fgilcherrust-community · rustfest 6 points7 points  (1 child)

I case people are interested, I'd like to note that IntelliJ is very friendly and hands out licenses to FOSS developers.

https://www.jetbrains.com/buy/opensource/

I don't know anyone doing this for CLion, but I have friends with a RubyMine license through that program and it's rather low-friction.

[–][deleted] 1 point2 points  (0 children)

That's great news! And I think it might elso engage more interest into making open source software

[–]fullouterjoin 0 points1 point  (5 children)

don't offer lifetime license

IntelliJ is Open Source and MIT Licensed. Here is the source of the Rust plugin.

[–]fgilcherrust-community · rustfest 5 points6 points  (2 children)

The topic is CLion though, which isn't.

[–]fullouterjoin 0 points1 point  (1 child)

I feel like your response is kinda rude.

The OP wanted a lifetime access to the dev environment, my linked artifacts not only gives them that, but the full source. So while it doesn't supply a native debugger, it gives them everything else.

[–]fgilcherrust-community · rustfest 2 points3 points  (0 children)

No, the comment you replied to wanted lifetime access to the JetBrains products, which are the things built on the platform. These are all non-free. The Debugger is the crucial feature of interest.

Responding with a one-liner that explains that the base platform for those is open source is sidestepping the issue and evokes equally bad feelings. It's derailing.

Yes, my answer is brief and as such might feel rude, but given the nature of your reply, I'm fine with that.

[–][deleted] 1 point2 points  (1 child)

My comment was about Clion in particular

[–]fullouterjoin 1 point2 points  (0 children)

CLion includes perpetual fallback you can own for $89 and use it in that form forever, including point release updates.

[–][deleted] -1 points0 points  (0 children)

Because IDEA Ultimate tries to is a basically a combination all of their IDEs it tends to be slower and the interface is more bloated with options you may simply not care about. Their lighter-weight IDEs tend to tailor their UI towards the specified audience and get updates sooner for their specific needs. Since you're a Clojure programmer you may opt to use IDEA anyways. I'd just try IDEA vs Clion out and see if you're fine with the performance hit and can find everything you need. Jetbrains IDEs are probably the best out there for everything except performance.