Skip to content

Instantly share code, notes, and snippets.

@jteneycke
jteneycke / gist:7947353
Last active August 16, 2025 17:19
How to install and configure Common Lisp for Emacs. (SBCL + Slime + Emacs24)

In your shell

sudo apt-get install sbcl
curl -O http://beta.quicklisp.org/quicklisp.lisp
sbcl --load quicklisp.lisp

Inside the context of sbcl