-
Notifications
You must be signed in to change notification settings - Fork 0
The Superior Lisp Interaction Mode for Emacs
mmontone/slime
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
-
Set up the MELPA repository, if you haven't already, and install SLIME using
M-x package-install RET slime RET
. -
In your
~/.emacs
file, point theinferior-lisp-program
variable to your favourite Common Lisp implementation:(setq inferior-lisp-program "sbcl")
-
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.
SLIME is free software. All files, unless explicitly stated otherwise, are public domain.
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.
See the CONTRIBUTING.md file for instructions on how to contribute.
About
The Superior Lisp Interaction Mode for Emacs
Resources
Stars
Watchers
Forks
Releases
Packages 0
Languages
- Common Lisp 55.0%
- Emacs Lisp 38.5%
- Scheme 5.5%
- Other 1.0%