Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lem-project/lem
Common Lisp editor/IDE with high expansibility
https://github.com/lem-project/lem
common-lisp editor text-editor
Last synced: about 2 months ago
JSON representation
Common Lisp editor/IDE with high expansibility
- Host: GitHub
- URL: https://github.com/lem-project/lem
- Owner: lem-project
- License: mit
- Created: 2015-08-05T11:53:03.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T09:17:05.000Z (3 months ago)
- Last Synced: 2024-11-12T11:16:46.172Z (3 months ago)
- Topics: common-lisp, editor, text-editor
- Language: Common Lisp
- Homepage: http://lem-project.github.io/
- Size: 93.5 MB
- Stars: 2,390
- Watchers: 65
- Forks: 175
- Open Issues: 146
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Lem is the editor/IDE well-tuned for Common Lisp.
![](https://raw.githubusercontent.com/Shinmera/lem-icon/gh-pages/icon-blue.svg)
![Build Status](https://github.com/lem-project/lem/workflows/CI/badge.svg)
[![Backers on Open Collective](https://opencollective.com/lem/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/lem/sponsors/badge.svg)](#sponsors)
[![GitHub Sponsors](https://img.shields.io/badge/-Sponsor-fafbfc?logo=GitHub-Sponsors)](https://github.com/sponsors/cxxxr)After installing lem, you can start developing in Common Lisp at once.
You can skip over writing tidy settings or installing many plugins as you do on Emacs.
Lem supports other programming languages thanks to its built-in LSP
client. You can choose between an Emacs and a Vim mode.Other Lem features include:
- a **project explorer** tree view
- project-aware commands
- interactive **grep** and **git** interfaces
- **multiple cursors**
- tetris
- and more…## Install
With Docker (ncurses version):
$ docker run --rm -it ghcr.io/lem-project/lem:latest
### Lem-ncurses
- [GNU/Linux](https://lem-project.github.io/installation/ncurses/linux/)
- [MacOS](https://lem-project.github.io/installation/ncurses/macos/)
- [Windows](https://lem-project.github.io/installation/ncurses/windows/)### Lem-sdl2
- [GNU/Linux](https://lem-project.github.io//installation/sdl2/linux/)
- [MacOS](https://lem-project.github.io//installation/sdl2/macos/)
- [Windows](https://lem-project.github.io//installation/sdl2/windows/)## Screenshots
![Terminal](screenshots/terminal.png)![Sdl2](screenshots/sdl2.png)
## Contributors
This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).
## Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/lem#backer)]
## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/lem#sponsor)]
# License
[MIT](https://github.com/lem-project/lem/blob/master/LICENCE)