add clisp

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-03-17 05:22:59 -04:00
parent 146ad38819
commit 758237f6b2
2 changed files with 36 additions and 0 deletions

7
clisp/.clisprc.lisp Normal file
View File

@@ -0,0 +1,7 @@
;;; The following lines added by ql:add-to-init-file:
#-quicklisp
(let ((quicklisp-init (merge-pathnames
"quicklisp/setup.lisp"
(user-homedir-pathname))))
(when (probe-file quicklisp-init)
(load quicklisp-init)))