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

emacs-slime 2.29.1

Superior Lisp Interaction Mode for Emacs

SLIME extends Emacs with support for interactive programming in Common Lisp. The features are centered around slime-mode, an Emacs minor mode that complements the standard lisp-mode. While lisp-mode supports editing Lisp source files, slime-mode adds support for interacting with a running Common Lisp process for compilation, debugging, documentation lookup, and so on.

Installation

Install emacs-slime 2.29.1 as follows:

guix install emacs-slime@2.29.1

Or install the latest version:

guix install emacs-slime

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.