Minimal Lisp setup using lem
posted onThis is a set of instructions to quickly setup Common Lisp development environment on Linux using Lem editor
- Install
roswell
, see instructions ros install fukamachi/qlot
ros install fukamachi/cl-project
ros intall cxxxr/lem
- Modify .bashrc / .profile to include
export PATH="$PATH:$HOME/.roswell/bin"
- Create project using
make-project
following the example provided - Start
lem
- Open file
<project>/qlfile
and add dependencies M-x change-directory
to<project>
C-u M-x slime
-> type 'qlot/' and Tab to select CL implementation(ql:quickload :<project>)
- PROFIT