Quick start: Common Lisp (Swank) - Olical/conjure GitHub Wiki
In case you did not have a working common lisp implementation, you should run the following to use sbcl-bin as your default implementation:
ros use sbcl-binOpen a new terminal, cd into the project folder, and run this in a separate terminal to start a swank server for your project. This will use the default 4005 port.
ros run --eval '(ql:quickload :swank)' --eval '(swank:create-server :dont-close t)'