source:
tags/1.9.2/ci/make-swank.lisp
Last change on this file was 15679, checked in by , 21 months ago | |
---|---|
File size: 178 bytes |
Line | |
---|---|
1 | (require :asdf) |
2 | (require :abcl-contrib) |
3 | (asdf:load-system :quicklisp-abcl) |
4 | |
5 | (or |
6 | (ignore-errors (asdf:make :swank)) |
7 | (ql:quickload :swank)) |
8 | (swank:create-server :dont-close t) |
9 | |
10 |
Note: See TracBrowser
for help on using the repository browser.