I am in Common Lisp Paradise: latest SBCL works with Emacs+SLIME:
To configure it:
- Install Emacs and SBCL from HaikuDepot
- Open Emacs and run:
ALT+X package-install <ENTER>
slime
- Close Emacs.
- Edit
~/.emacs
file by appending:
(setq inferior-lisp-program "sbcl")
or, if you have SBCL built from source:
(setq inferior-lisp-program "/path/to/sbcl/run-sbcl.sh")
- Start Emacs again and:
ALT+X slime