File: README.md

package info (click to toggle)
racket-mode 20210916git0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,076 kB
  • sloc: lisp: 10,354; makefile: 58
file content (32 lines) | stat: -rw-r--r-- 1,050 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Racket mode for GNU Emacs

[![CI](https://github.com/greghendershott/racket-mode/workflows/CI/badge.svg)](https://github.com/greghendershott/racket-mode/actions)
[![MELPA](https://melpa.org/packages/racket-mode-badge.svg)](https://melpa.org/#/racket-mode)
[![Documentation](https://img.shields.io/badge/Docs-Documentation-blue.svg)](https://www.racket-mode.com/)

This provides a major mode to edit [Racket] source files, as well as a
major mode for a Racket REPL. The edit/run experience is similar to
[DrRacket].

[Racket]: https://www.racket-lang.org/
[DrRacket]: https://docs.racket-lang.org/drracket/

Compatible with **Emacs 25.1+** and **Racket 6.9+**.

## Documentation

See the [Guide and Reference](https://www.racket-mode.com/).

## Contributing

Pull requests are welcome; please [read this](CONTRIBUTING.md).

[Acknowledgments](THANKS.md).

## Alternatives

- Emacs' built-in `scheme-mode` major mode plus the minor modes [Quack]
  and/or [Geiser].

[Quack]: https://www.neilvandyke.org/quack/
[Geiser]: https://www.nongnu.org/geiser/