Using Emacs as editor for SBCL on Ubuntu 26.04
Version info:- OS: Ubuntu 26.04
- Emacs: 30.2
- SBCL: 2.6.0
$: sudo apt install emacs $: sudo apt install sbcl
Configure Emacs with SLY (Sylvester the Cat's Common Lisp IDE for Emacs), fire up Emacs and do:
- Install Sly package in Emacs
- Create or edit Emacs configuration file
- Restart Emacs
- Load SLY
M-x package-refresh-contents M-x package-install RET sly RET
M-: (find-file user-init-file)
M-x sly RET
Below shows SLY with SBCL loaded.

No comments:
Post a Comment