DEV Community

Chakrit Likitkhajorn
Chakrit Likitkhajorn

Posted on

Good tools for Clojure development

This blog will point out some Clojure plugins and tools that I find useful.

4 September 2019: I will shortly write down list of tools and short description. I will give more detail later.

Atom Parinfer

I use atom for development. Parinfer is a must. It is 10 times harder to manage parentheses without Parinfer

Link

Atom Proto Repl

For REPL development in Atom

Link

Leineigan

Build tools for Clojure. Just like Maven in Java. NPM/Yarn in Javascript or Mix in Elixir.

Link

Lein auto

If you use TDD workflow and you want to run unit test for every saved, here is a tools for you

Link

Ultra

Clojure original test result is painful to read. Let's bring some color into it.

Link

Top comments (0)