Skip to content
Common Lisp editor/IDE with high expansibility
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
contrib change gen-contrib. Apr 27, 2019
docs Revert "rm docs/index.html" Sep 20, 2018
document text.md for english users Dec 7, 2018
frontends improve process csi [ 1 for ncurses. Apr 9, 2019
lib Fix disp-set-overlay for one line Apr 19, 2019
modes Added Re:VIEW mode Apr 26, 2019
roswell re enable build time scripts. Apr 29, 2019
screenshots Revert "readme fixed" May 9, 2018
scripts
test Fix similar bags about path with space Sep 29, 2017
.gitignore re enable build time scripts. Apr 29, 2019
.travis.yml fix? .travis.yml Sep 16, 2018
CONTRIBUTING.md Added CONTRIBUTING.md (optional) Oct 17, 2017
LICENCE
Makefile.am
README.md Update README.md Mar 17, 2019
bootstrap fix error. Apr 27, 2019
build.lisp fix build.lisp Nov 14, 2018
configure.ac change implementation without depending on lem-ncureses-ccl. Apr 30, 2019
lem.asd Added Re:VIEW mode Apr 26, 2019
lemrc-example change save-hook to editor-variable Jul 21, 2018
package.json 1.5 Nov 11, 2018

README.md

Lem is the editor/IDE well-tuned for Common Lisp.

Build Status Backers on Open Collective Sponsors on Open Collective

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.

Screenshot

Terminal  

Requirement

Platform

  • Linux
  • MacOS 10.13+

Installation

Please install roswell at first.

Roswell Installation Guide

After that, please follow the steps bellow.

1. install lem by roswell
$ ros install cxxxr/lem

2. add the PATH in the initialization file(such as ~/.bashrc)
export PATH=$PATH:~/.roswell/bin

Updating

$ ros update lem

Usage

$ lem <filename.lisp>

You can watch the screencast on Youtube.

Screencast

Configuration

Lem loads ~/.lem/init.lisp when starting up.

You can see an example at here.

fukamachi also published his init files on GitHub. https://github.com/fukamachi/.lem

Electron version (Experiment)

Electron version is in the experimental stage.

If you try, please follow below steps.

$ node -v  # check if your nodejs is 8.9.3LTS+.
v8.9.3
$ npm -v
5.5.1
$ npm install -g cxxxr/lem   # install lem-electron
$ lem-electron               # Electron version will start

Electron  

Lem on platforms without SBCL thread support (e.g. raspberry pi3)

If installation fails due to bordeaux-threads, there is no thread provided by SBCL on your PC.
You need to use Clozure Common Lisp (CCL) instead of SBCL.

$ ros install ccl-bin
$ ros use ccl-bin
$ ros install cxxxr/lem

And also need to specify frontend to ncurses-ccl. You can launch lem as follows:

$ lem --frontend ncurses-ccl

How to develop lisp

See https://github.com/cxxxr/lem/wiki/Lisp-Mode

How to hack on lem itself

see https://github.com/cxxxr/lem/wiki/How-to-hack-on-lem-itself

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

MIT

You can’t perform that action at this time.