[Docs] Tweak the CL module
This commit is contained in:
parent
fb359520dd
commit
826e42eb6e
1 changed files with 15 additions and 2 deletions
|
@ -10,11 +10,24 @@ Not much to say here, as `lisp-mode` is configured in the "Lisp Base" module.
|
||||||
|
|
||||||
## SLIME
|
## SLIME
|
||||||
|
|
||||||
This module bundles [SLIME](https://docs.cider.mx), a popular interactive
|
This module bundles [SLIME](https://common-lisp.net/project/slime/), a popular interactive
|
||||||
programming environment for SLIME, and enables many of its essential features.
|
programming environment for SLIME, and enables many of its essential features.
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
The default config assumes the usage of [Clozure CL](https://github.com/Clozure/ccl) on macOS and
|
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
|
of [SBCL](http://www.sbcl.org/) everywhere else. That's something you can easily
|
||||||
tweak via `slime-default-lisp`.
|
tweak via `slime-default-lisp`.
|
||||||
|
|
||||||
You can fire SLIME with `M-x slime`.
|
You can start SLIME with `M-x slime`.
|
||||||
|
|
Loading…
Reference in a new issue