File: README.org

package info (click to toggle)
racket-mode 20250711~git.8a80578-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,024 kB
  • sloc: lisp: 17,215; makefile: 106
file content (29 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download
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
* Racket mode for GNU Emacs

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

A variety of Emacs major and minor modes for [[https://www.racket-lang.org/][Racket]]: edit, REPL,
check-syntax, debug, profile, logging, and more. The edit/run
experience is similar to [[https://docs.racket-lang.org/drracket/][DrRacket]].

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

** Documentation

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

** Contributing

Pull requests are welcome; please see [[https://github.com/greghendershott/racket-mode/blob/master/CONTRIBUTING.org][CONTRIBUTING.org]].

** Acknowledgments

[[https://github.com/greghendershott/racket-mode/blob/master/THANKS.org][THANKS.org]].

** Alternatives

- Emacs' built-in `scheme-mode` major mode plus the minor modes  [[https://www.neilvandyke.org/quack/][Quack]]
  and/or [[https://www.nongnu.org/geiser/][Geiser]].