Skip to content

alanruttenberg/slime

This branch is 6 commits ahead of, 454 commits behind slime/slime:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0db0858 · Nov 7, 2021
Nov 7, 2021
Apr 18, 2017
Feb 8, 2017
Mar 3, 2016
May 11, 2017
Jan 12, 2014
Nov 2, 2016
Jan 12, 2014
Aug 14, 2015
Jun 12, 2016
Jun 12, 2016
Feb 8, 2017
Dec 3, 2011
Jun 14, 2016
Apr 12, 2014
Sep 19, 2005
Nov 9, 2016
Feb 17, 2006
Feb 4, 2017
Jul 17, 2015
May 2, 2017
Dec 5, 2011
Jun 12, 2016
Oct 6, 2016
May 24, 2017
Apr 7, 2012

Repository files navigation

Build Status MELPA MELPA Stable

Overview

SLIME is the 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.

For much more information, consult the manual.

Quick setup instructions

  1. Set up the MELPA repository, if you haven't already, and install SLIME using M-x package-install RET slime RET.

  2. Add the following lines to your ~/.emacs file, filling in in the appropriate filenames:

    ;; Set your lisp system and, optionally, some contribs
    (setq inferior-lisp-program "/opt/sbcl/bin/sbcl")
    (setq slime-contribs '(slime-fancy))
  3. Use M-x slime to fire up and connect to an inferior Lisp. SLIME will now automatically be available in your Lisp source buffers.

If you'd like to contribute to SLIME, you will want to instead follow the manual's instructions on how to install SLIME via Git.

Contribs

SLIME comes with additional contributed packages or "contribs". Contribs can be selected via the slime-contribs list.

The most-often used contrib is slime-fancy, which primarily installs a popular set of other contributed packages. It includes a better REPL, and many more nice features.

License

SLIME is free software. All files, unless explicitly stated otherwise, are public domain.

Contact

If you have problems, first have a look at the list of known issues and workarounds.

Questions and comments are best directed to the mailing list at slime-devel@common-lisp.net, but you have to subscribe first. The mailing list archive is also available on Gmane.

See the CONTRIBUTING.md file for instructions on how to contribute.

About

The Superior Lisp Interaction Mode for Emacs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Common Lisp 48.8%
  • Emacs Lisp 45.0%
  • Scheme 5.2%
  • Other 1.0%