See https://adventofcode.com/2021
Clone with --recursive
flag to also fetch the required submodules:
- coalton
Install Quicklisp.
This code was tested with the 2021-10-21
release of Quicklisp.
- Clone the repository in
~/quicklisp/local-projects/
. - Link the
coalton
directory tolocal-projects
too, or push its absolute path toasdf:*central-registry*
. - Call
(ql:quickload :aoc)
.
Calling make
loads all dependencies and outputs a quicksbcl
executable, then runs all tests that have not yet passed.