Skip to content

Instantly share code, notes, and snippets.

View lisp-is-the-future's full-sized avatar

lisp-is-the-future

  • University of Freiburg
  • Freiburg, Germany
View GitHub Profile
@lisp-is-the-future
lisp-is-the-future / start-common-lisp-emacs.md
Last active September 8, 2018 22:45 — forked from jteneycke/gist:7947353
How to install and configure Common Lisp for Emacs. (SBCL + Slime + Emacs24)

from: Josh Teneycke for: ubuntu linux OS

In your shell

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