Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 641 Bytes

README.org

File metadata and controls

26 lines (14 loc) · 641 Bytes

Advent Of Code

See https://adventofcode.com/2021

Submodules

Clone with --recursive flag to also fetch the required submodules:

  • coalton

Install

Install Quicklisp.

This code was tested with the 2021-10-21 release of Quicklisp.

From Lisp

  • Clone the repository in ~/quicklisp/local-projects/.
  • Link the coalton directory to local-projects too, or push its absolute path to asdf:*central-registry*.
  • Call (ql:quickload :aoc).

From shell

Calling make loads all dependencies and outputs a quicksbcl executable, then runs all tests that have not yet passed.