-
-
Notifications
You must be signed in to change notification settings - Fork 136
Quick start: Common Lisp (Swank)
glyh edited this page Sep 30, 2022
·
13 revisions
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)'