diff options
Diffstat (limited to 'Biz/Ide/repl')
-rwxr-xr-x | Biz/Ide/repl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Biz/Ide/repl b/Biz/Ide/repl index 3fc8a08..836bed9 100755 --- a/Biz/Ide/repl +++ b/Biz/Ide/repl @@ -24,6 +24,11 @@ echo "scheme repl not supported yet: $target" exit 1 ;; + *.lisp) + swank-lisp-launcher.sh \ + --eval "(asdf:load-system 'swank)" \ + --eval "(swank:create-server :dont-close t)" + ;; *) echo "unsupported target: $target" exit 1 |