This package browser is in early development. Mind the rough edges.

emacs-cider 1.13.1

Clojure development environment for Emacs

CIDER (Clojure Interactive Development Environment that Rocks) aims to provide an interactive development experience similar to the one you'd get when programming in Emacs Lisp, Common Lisp (with SLIME or Sly), Scheme (with Geiser) and Smalltalk.

CIDER is the successor to the now deprecated combination of using SLIME + swank-clojure for Clojure development.

There are plenty of differences between CIDER and SLIME, but the core ideas are pretty much the same (and SLIME served as the principle inspiration for CIDER).

Installation

Install emacs-cider 1.13.1 as follows:

guix install emacs-cider@1.13.1

Or install the latest version:

guix install emacs-cider

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.