quicklisp-slime-helper
quicklisp-slime-helper copied to clipboard
Using ABCL with Slime
I am trying to use ABCL as an inferior-lisp with Slime. Right now I have
(load (expand-file-name "~/quicklisp/slime-helper.el"))
(setq inferior-lisp-program "java -jar ~/bin/abcl-bin-1.6.1/abcl.jar")
and inferior-lisp fails to launch with M-x slime.