Cursive Clojure: A Clojure IntelliJ plugin
cursiveclojure.com
Cursive Clojure: A Clojure IntelliJ plugin
1–10 of 61 posts
Re: Cursive Clojure: A Clojure IntelliJ plugin
#2Re: Cursive Clojure: A Clojure IntelliJ plugin
#3Developer here - I'm happy to answer any questions folk might have!
Re: Cursive Clojure: A Clojure IntelliJ plugin
#4Developer here - I'm happy to answer any questions folk might have!
Re: Cursive Clojure: A Clojure IntelliJ plugin
#5Developer here - I'm happy to answer any questions folk might have!
How does this compare to the official JetBrains plugin, La Clojure?
I'm planning to release this as a commercial PyCharm-style IDE, at a similar price point. I've done this in consultation with JetBrains, in case anyone's concerned about that.
Edit: some clarification.
Re: Cursive Clojure: A Clojure IntelliJ plugin
#6Re: Cursive Clojure: A Clojure IntelliJ plugin
#7Developer here - I'm happy to answer any questions folk might have!
Re: Cursive Clojure: A Clojure IntelliJ plugin
#8Re: Cursive Clojure: A Clojure IntelliJ plugin
#9I'd be interested in seeing some screen shots to get a feel for its integration and new features.
Re: Cursive Clojure: A Clojure IntelliJ plugin
#10Developer here - I'm happy to answer any questions folk might have!
Just installed it...very happy to see structural editing! Aaand immediately I want more features! Can we have a feature to allow any function (that follows some specification) to be bound to a key so that it can be applied to the selected expression ? This would allow for functional editing or even editing based on core.logic and core.match. Also can we have function application graphs (which functions use which othe…