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
[](https://github.com/greghendershott/racket-mode/actions)
[](https://melpa.org/#/racket-mode)
[](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/
|