Skip to content
/ slime Public
forked from slime/slime

The Superior Lisp Interaction Mode for Emacs. This repo is for developing the JSON data channel to connect directly to VLIME.

Notifications You must be signed in to change notification settings

vlime/slime

This branch is 14 commits ahead of, 144 commits behind slime/slime:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d9ceb4 · Sep 11, 2023
May 1, 2023
Sep 11, 2023
Jan 26, 2023
Aug 2, 2021
Sep 11, 2023
Jan 30, 2019
Nov 2, 2016
Jan 12, 2014
Jun 12, 2016
Jun 12, 2016
Mar 14, 2023
Dec 3, 2011
Jul 21, 2020
May 29, 2020
Sep 19, 2005
Sep 11, 2023
Feb 17, 2006
Mar 25, 2020
Nov 27, 2022
Jun 10, 2023
Dec 5, 2011
Jun 13, 2023
Jun 13, 2023
Sep 11, 2023
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. In your ~/.emacs file, point the inferior-lisp-program variable to your favourite Common Lisp implementation:

    (setq inferior-lisp-program "sbcl")
  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.

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 [email protected], but you have to subscribe first.

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

About

The Superior Lisp Interaction Mode for Emacs. This repo is for developing the JSON data channel to connect directly to VLIME.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Common Lisp 50.3%
  • Emacs Lisp 43.9%
  • Scheme 5.0%
  • Other 0.8%