All Projects → lem-project → Lem

lem-project / Lem

Licence: mit
Common Lisp editor/IDE with high expansibility

Projects that are alternatives of or similar to Lem

Pythonbuddy
Online Python Editor With Live Syntax Checking and Execution
Stars: ✭ 223 (-75.06%)
Mutual labels:  editor, text-editor
Slingcode
personal computing platform
Stars: ✭ 277 (-69.02%)
Mutual labels:  editor, text-editor
Moe
A command line based editor inspired by vi/vim. Written in Nim.
Stars: ✭ 252 (-71.81%)
Mutual labels:  editor, text-editor
Sapling
A highly experimental vi-inspired editor where you edit code, not text.
Stars: ✭ 195 (-78.19%)
Mutual labels:  editor, text-editor
Zmjimageeditor
ZMJImageEditor is a picture editing component like WeChat. It is powerful and easy to integrate, supporting rendering, text, rotation, tailoring, mapping and other functions. (ZMJImageEditor 是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、贴图等功能)
Stars: ✭ 470 (-47.43%)
Mutual labels:  editor, text-editor
Avaloniaedit
Avalonia-based text editor (port of AvalonEdit)
Stars: ✭ 201 (-77.52%)
Mutual labels:  editor, text-editor
That editor
*That* editor.
Stars: ✭ 262 (-70.69%)
Mutual labels:  editor, text-editor
Pell
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
Stars: ✭ 11,653 (+1203.47%)
Mutual labels:  editor, text-editor
Slate
A completely customizable framework for building rich text editors. (Currently in beta.)
Stars: ✭ 23,104 (+2484.34%)
Mutual labels:  editor, text-editor
Mle
Flexible terminal-based text editor (C)
Stars: ✭ 378 (-57.72%)
Mutual labels:  editor, text-editor
Slate Plugins
A set of my personal Slate editor plugins, in a monorepo.
Stars: ✭ 191 (-78.64%)
Mutual labels:  editor, text-editor
Sakura
SAKURA Editor (Japanese text editor for MS Windows)
Stars: ✭ 689 (-22.93%)
Mutual labels:  editor, text-editor
Nib
Wysiwyg / Text editor components built using React and Prosemirror
Stars: ✭ 181 (-79.75%)
Mutual labels:  editor, text-editor
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (-75.39%)
Mutual labels:  editor, text-editor
Bim
small terminal text editor with syntax highlighting
Stars: ✭ 174 (-80.54%)
Mutual labels:  editor, text-editor
Lime
Open source API-compatible alternative to the text editor Sublime Text
Stars: ✭ 15,283 (+1609.51%)
Mutual labels:  editor, text-editor
Lime Qml
QML frontend for LimeText
Stars: ✭ 150 (-83.22%)
Mutual labels:  editor, text-editor
Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+1182.55%)
Mutual labels:  editor, text-editor
Micro
A modern and intuitive terminal-based text editor
Stars: ✭ 18,526 (+1972.26%)
Mutual labels:  editor, text-editor
Zep
Zep - An embeddable editor, with optional support for using vim keystrokes.
Stars: ✭ 477 (-46.64%)
Mutual labels:  editor, text-editor

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

Play with Lem in the Docker

You can try Lem by running it in a docker container:

docker run --rm -ti -v `pwd`:/app 40ants/lem:latest

Installation

Please install roswell at first.

Roswell Installation Guide

After that, please follow the steps bellow.

1. install lem by roswell
$ ros install lem-project/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 here or here

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

Extensions and modes

  • Pareto - A mode, complement to the Paredit. Makes Lisp code editing even more efficient!

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

If you have a questions, join this Gitter chat.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].