emacs-prelude/docs/modules/common_lisp.md

34 lines
842 B
Markdown
Raw Permalink Normal View History

2020-10-09 10:19:29 +03:00
# Prelude Common Lisp
!!! Note
This module builds on top of the shared [Lisp Base](lisp.md) module.
## lisp-mode
Not much to say here, as `lisp-mode` is configured in the "Lisp Base" module.
## SLIME
2020-10-09 16:29:19 +03:00
This module bundles [SLIME](https://common-lisp.net/project/slime/), a popular interactive
2020-10-09 10:19:29 +03:00
programming environment for SLIME, and enables many of its essential features.
2020-10-09 16:29:19 +03:00
SLIME supports many Common Lisp implementations:
* CMU Common Lisp (CMUCL)
* Steel Bank Common Lisp (SBCL)
* Clozure CL (a.k.a. OpenMCL)
* LispWorks
* Allegro CL
* CLISP
* Scieneer CL
* ECL
* Corman CL
* ABCL
2020-10-09 10:19:29 +03:00
The default config assumes the usage of [Clozure CL](https://github.com/Clozure/ccl) on macOS and
of [SBCL](http://www.sbcl.org/) everywhere else. That's something you can easily
tweak via `slime-default-lisp`.
2020-10-09 16:29:19 +03:00
You can start SLIME with `M-x slime`.