Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bo-tato/advent-of-code-2024
Common lisp and Raku solutions to Advent of Code 2024
https://github.com/bo-tato/advent-of-code-2024
Last synced: 7 days ago
JSON representation
Common lisp and Raku solutions to Advent of Code 2024
- Host: GitHub
- URL: https://github.com/bo-tato/advent-of-code-2024
- Owner: bo-tato
- Created: 2024-12-01T20:54:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T20:33:36.000Z (about 1 month ago)
- Last Synced: 2025-01-13T03:42:08.458Z (27 days ago)
- Language: Common Lisp
- Size: 52.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- really-awesome-advent-of-code - bo-tato/advent-of-code-2024 - commit/bo-tato/advent-of-code-2024/main) (🎄 2024 AoC Solutions / Solutions)
README
# Advent of Code
Solutions in Common Lisp and Raku to Advent of Code 2024. For lisp I don't just
stick to the standard library but use several modern libraries like
[serapeum](https://github.com/ruricolist/serapeum) and
[str](https://github.com/vindarel/cl-str) that make solving AoC type problems in
Common Lisp more convenient even than in python imo.