Lem面向 Common Lisp 开发者的编辑器
Lem 使用 Common Lisp 对 Emacs 进行重写,是面向 Common Lisp 开发者的编辑器/IDE。它通过 Common Lisp 调用了 GUI 库以获得现代图形体验,还可以无缝调用 C/C++ 以及大量的第三方库。
安装 lem 之后,用户可以立即开始在 Common Lisp 中进行开发,并可以像在 Emacs 上那样跳过编写设置或安装插件的操作。
平台要求:
- Linux
- MacOS 10.13+
- Windows
在 Docker 中使用
docker run --rm -ti -v `pwd`:/app 40ants/lem:latest
安装
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
更新
$ ros update lem
使用
$ lem <filename.lisp>
评论