Skip to content

Instantly share code, notes, and snippets.

@realtradam
Last active September 9, 2021 17:22
Show Gist options
  • Save realtradam/42ec84f8d5ba7e3591761b3020beda29 to your computer and use it in GitHub Desktop.
Save realtradam/42ec84f8d5ba7e3591761b3020beda29 to your computer and use it in GitHub Desktop.
How to install Lisp and Vim for programming with Lisp in Arch Linux

How to install Lisp and Vim for programming with Lisp in Arch Linux

First you must install the relevant programs with:
sudo pacman -S vim sbcl

Thats Literally It

You can now use Vim to program and run Lisp programs. To run a Lisp program simply do the follwing in your terminal:
sbcl --load /path/to/program

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment