Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 355 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 355 Bytes

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 and str that make solving AoC type problems in Common Lisp more convenient even than in python imo.