You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a set of instructions to quickly setup Common Lisp development environment on Linux using [Lem editor](https://github.com/cxxxr/lem)
1. Install `roswell`, see [instructions](https://github.com/roswell/roswell#installation-dependency--usage)
2. ```ros install fukamachi/qlot```
3. ```ros install fukamachi/cl-project```
4. ```ros intall cxxxr/lem```
5. Modify .bashrc / .profile to include ```export PATH="$PATH:$HOME/.roswell/bin"```
6. Create project using ```make-project``` following the example provided
7. Start ```lem```
8. Open file `<project>/qlfile` and add dependencies
9. `M-x change-directory` to `<project>`
10. `C-u M-x slime` -> type 'qlot/' and Tab to select CL implementation