https://github.com/tonyg/rmacs
An EMACS written in Racket. Runs in ANSI-compatible terminals.
https://github.com/tonyg/rmacs
emacs racket
Last synced: 23 days ago
JSON representation
An EMACS written in Racket. Runs in ANSI-compatible terminals.
- Host: GitHub
- URL: https://github.com/tonyg/rmacs
- Owner: tonyg
- License: other
- Created: 2015-01-01T22:33:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T23:36:57.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T12:52:41.283Z (about 1 month ago)
- Topics: emacs, racket
- Language: Racket
- Size: 309 KB
- Stars: 75
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-racket-and-scheme - rmacs - compatible terminals. (Racket)
README
# rmacs
An EMACS written in Racket. Runs in ANSI-compatible terminals.
## Installation instructions
rmacs is still very beta.
### Installing using the Racket package system
Run
raco pkg install rmacs
After that, `rmacs` should be on your path.
### Installing from git
After cloning the repo, install the
[racket-ansi](https://github.com/tonyg/racket-ansi) package:raco pkg install ansi
Then, run `make link`, which will install the package from the local
git working tree.After `make link` has successfully run once, you don't need to do it
again; running plain `make` or `raco setup rmacs` will recompile the
rmacs package in-place.## License
Copyright (C) 2011, 2013, 2014, 2015, 2016 Tony Garnock-Jones
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.You should have received a copy of the GNU Lesser General Public
License along with this program (see the files "lgpl.txt" and
"gpl.txt"). If not, see .