Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hulufei/aoc-cl
- Owner: hulufei
- Created: 2023-12-01T03:02:18.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-12-27T05:30:50.000Z (11 months ago)
- Last Synced: 2023-12-27T06:32:38.760Z (11 months ago)
- Language: Common Lisp
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)