Skip to content

Instantly share code, notes, and snippets.

View all-an's full-sized avatar
👀
👀

Allan Pereira Abrahão all-an

👀
👀
View GitHub Profile
@all-an
all-an / gist:53aa89febd37e5dd5aa752324d87001a
Created August 16, 2025 17:19 — forked from jteneycke/gist:7947353
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

@all-an
all-an / install_pyenv.md
Created July 10, 2025 10:57 — forked from trongnghia203/install_pyenv.md
Install pyenv