Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greghendershott/racket-mode
Emacs major and minor modes for Racket: edit, REPL, check-syntax, debug, profile, packages, and more.
https://github.com/greghendershott/racket-mode
drracket emacs emacs-lisp gnu-emacs racket racket-mode
Last synced: 1 day ago
JSON representation
Emacs major and minor modes for Racket: edit, REPL, check-syntax, debug, profile, packages, and more.
- Host: GitHub
- URL: https://github.com/greghendershott/racket-mode
- Owner: greghendershott
- License: gpl-3.0
- Created: 2013-01-14T16:32:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T14:10:02.000Z (10 days ago)
- Last Synced: 2025-01-24T12:05:35.305Z (8 days ago)
- Topics: drracket, emacs, emacs-lisp, gnu-emacs, racket, racket-mode
- Language: Racket
- Homepage: https://www.racket-mode.com/
- Size: 3.99 MB
- Stars: 685
- Watchers: 30
- Forks: 96
- Open Issues: 30
-
Metadata Files:
- Readme: README.org
- Contributing: CONTRIBUTING.org
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
* 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 6.12+*.
** 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]].