Clojure tooling in emacs

1 · Shane Mulligan · May 10, 2021, noon
Summary I investigate the following repositories: https://github.com/clojure-lsp/clojure-lsp https://github.com/clojure-emacs/cider https://github.com/clojure-emacs/clj-refactor.el Provides refactoring support for Clojure projects. It complements the refactoring functionality you’d find in `clojure-mode` and CIDER. https://github.com/clojure-emacs/clomacs Simplifies call Clojure code from Emacs lisp and vice versa. https://github.com/clojure-emacs/orchard A Clojure library designed to provide c...