summaryrefslogtreecommitdiff
path: root/README
blob: 0cf40c1d192547a423e4468c5bf9952d8e5d882d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Development
===========

You can start a dev shell with Nix. First run:

    direnv allow

Assuming you have nix installed, this will tell direnv to load the nix-shell
environment by default. Or just run `nix-shell`.

Now, to start a repl, just do `sbcl`, or run `start-repl.sh`.

Then in emacs, `M-x slime-connect`.