quicklisp-slime-helper icon indicating copy to clipboard operation
quicklisp-slime-helper copied to clipboard

Using ABCL with Slime

Open paladfn opened this issue 5 years ago • 1 comments

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.

paladfn avatar May 19 '20 22:05 paladfn