Browse Source

Add host-remote-lisp script

Samuel W. Flint 4 năm trước cách đây
mục cha
commit
df6ea9bdff
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      host-remote-lisp

+ 8 - 0
host-remote-lisp

@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ ! -e ~/.slime-repo ] ; then
+    git clone https://github.com/slime/slime.git ~/.slime-repo
+fi
+
+
+sbcl --eval '(progn (load "~/.slime-repo/swank-loader.lisp") (swank-loader:init) (setf swank:*use-dedicated-output-stream* nil) (swank:create-server :dont-close t))'