doomemacs/modules/lang/common-lisp
Henrik Lissner e77a45bc22
docs: use lowercase keywords
As per Org's new defaults, which we're adopting elsewhere, so may as
well adopt it here.
2022-08-02 16:23:43 +02:00
..
autoload lang/common-lisp: offload to evil-collection-sly 2019-10-12 00:48:48 -04:00
config.el fix(common-lisp): recognize multi-argument inferior-lisp-program (#5515) 2021-09-24 12:42:45 +02:00
doctor.el Extract program name from inferior-lisp-program 2021-02-02 15:03:54 +01:00
packages.el bump: :lang 2021-09-15 01:22:33 +02:00
README.org docs: use lowercase keywords 2022-08-02 16:23:43 +02:00

:lang common-lisp

Back to module index ! Issues ↖ Github ± Suggest edits ? Help


Description   unfold

This module provides support for Common Lisp and the Sly development environment. Common Lisp is not a single language but a specification, with many competing compiler implementations. By default, Steel Bank Common Lisp (SBCL) is assumed to be installed, but this can be configured.

Common Lisp benefits from a mature specification and rich standard library. Thanks to its powerful REPL and debugger, it boasts an "interactive programming" style often unseen in other languages. Compiled Common Lisp programs are trusted to run unmodified for a long time.

Maintainers

This module has no dedicated maintainers. Become a maintainer?

Module flags

This module has no flags.

Hacks

No hacks documented for this module.

TODO Changelog

This module does not have a changelog yet.

Installation

TODO Usage

🔨 This module's usage documentation is incomplete. Complete it?

This module does not integrate with :tools lsp. Sly (and SLIME before it) is considered the defacto development environment for Common Lisp and provides much of what is normally expected of an LSP, plus tight integration with the REPL and Emacs.

Sly

Using this module is mostly a matter of using Sly. Please consider reading through the Sly Tour.

A Sly session will be started when you open a .lisp file. Use <localleader> ' to switch to the REPL minibuffer.

org-mode

This module also enables the evaluation of lisp source blocks in Org Mode. However, you will need a running Sly session for this to work. M-x sly starts such a session if you didn't have one open already.

TODO Configuration

🔨 This module's configuration documentation is incomplete. Complete it?

If you don't want Sly to use SBCL, you can configure the variable inferior-lisp-program to some other binary on your PATH.

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

🔨 This module has no appendix yet. Write one?