Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.