IDE (Integrated Development Environment) "Cursive" for development in Clojure language

■ This is an article posted on June 2017, 11, so the content of the information may be out of date.

IDE (Integrated Development Environment) for development in Clojure language on Unipos website cursive Page has been added.

cursiveIs an integrated development environment (IDE) for Clojure developers, written in the programming language Clojure. It features advanced structure editing, refactoring, and integration with a version control system (VCS).

【Major features】

・ Code completion, syntax highlighting
・ First class ClojureScript support
・ Navigation (Jump to symbol, Find Usages)
・ NREPL and clojure.main based REPLs
・ Leiningen support
・ Clojure.test support
・ Symbol renaming, extract let and more
・ Paredit-style structural editing
・ Code formatting
・ A Clojure debugger
・ Best in class interop with Java for mixed projects
・ All standard IntelliJ features (project management, VCS etc)

Cursive is the Jetbrains IDE IntelliJWorks as a plugin.
* To use Cursive, IntelliJ (Community or Ultimate) is required.