emacs-prelude/docs/modules/scheme.md
Kostas Tsiligkiris 9ed0d772da [DOCS] Fix problem with Edit in github link
The link is created with docs in it, even if the mkdocs.yml file
mentions doc as the documentation folder. I am not aware if there is
any other dependency in the name doc, I have renamed it to docs and
changed it also in the mkdocs.yml file. It seems docs is hardcoded in
the readthedocs theme :(
2022-04-11 09:11:28 +03:00

698 B

Prelude Scheme

!!! Note

This module builds on top of the shared [Lisp Base](lisp.md) module.

lisp-mode

Not much to say here, as scheme-mode is configured to use Prelude's default Lisp settings.

Geiser

This module bundles Geiser, a popular interactive programming environment for Scheme. People familiar with Common Lisp's SLIME will feel right at home with Geiser.

Note that Geiser supports many Scheme implementations:

  • Guile 2.2 or better
  • Chicken 4.8.0 or better
  • MIT/GNU Scheme 9.1 or better
  • Chibi Scheme 0.7 or better
  • Chez Scheme 9.4 or better
  • Gambit 4.9 or better
  • Racket 6.0 or better

You can fire Geiser with M-x geiser.