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

emacs-cider

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 the latest version of emacs-cider as follows:

guix install emacs-cider

Or install a particular version:

guix install emacs-cider@1.17.1

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.

Badge code

You can use the following badge to inform users of emacs-cider about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-cider'><img src='https://packages.guix.gnu.org/packages/emacs-cider/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-cider/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-cider)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-cider][https://packages.guix.gnu.org/packages/emacs-cider/badges/latest-version.svg]]