Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hulufei/aoc-cl

Advent of Code with Common Lisp
https://github.com/hulufei/aoc-cl

Last synced: 2 days ago
JSON representation

Advent of Code with Common Lisp

Awesome Lists containing this project

README

        

# AOC-CL

Advent of code with Common Lisp.

Requirement: [Quicklisp](https://www.quicklisp.org/beta/#installation)

Clone the repo into one of Quicklisp's default searching directories:
`~/common-lisp`, `~/.local/share/common-lisp/source/` or `~/quicklisp/local-projects`,
then `(ql:quickload "aoc")`.

## Refer

- [How to load a project](https://lispcookbook.github.io/cl-cookbook/getting-started.html#how-to-load-an-existing-project)