I just completed "Playground" - Day 8 - Advent of Code 2025 with Common Lisp!
Not the most efficient at 16 seconds for part 2, but it gets it done.
https://adventofcode.com/2025/day/8
https://github.com/argentcorvid/aoc-2025/blob/main/2025d8.lisp
@Zenie
I managed to jump off the Windows train more than 15 years ago. One of the best decisions of my life. I also switched to #Emacs because I learned #Common_lisp at that time.
I just completed "Playground" - Day 8 - Advent of Code 2025 with Common Lisp!
Not the most efficient at 16 seconds for part 2, but it gets it done.
https://adventofcode.com/2025/day/8
https://github.com/argentcorvid/aoc-2025/blob/main/2025d8.lisp
CL-JSONPATH is now waiting for Quicklisp integration.
In the meantime, get it from here: https://sr.ht/~hajovonta/cl-jsonpath/
I just completed "Laboratories" - Day 7 - Advent of Code 2025 with #commonlisp! #common_lisp #AdventOfCode https://adventofcode.com/2025/day/7
https://github.com/argentcorvid/aoc-2025/blob/main/2025d7.lisp
I am thinking of building a web app for personal use. I wanted to do it in a lisp family like Common lisp or scheme. Likewise, I was leaning towards Common lisp for it libraries and tutorials. But when I saw some of David Wilson from SystemCrafters YouTube Videos on him creating a web app for Emacs packages. I am now rethinking of using Guile Scheme instead.
I just completed "Restroom Redoubt" - Day 14 - Advent of Code 2024 with Common Lisp!
P1 was pretty easy. But part 2 is very vaguely defined. I'm not proud of my solution to dump each tick to an ASCII PBM and look through the images manually, but it got it done. I had some ideas of what to do to automate it, that might still work with some tweaking now that I know what specifically I am looking for.
I just completed "Claw Contraption" - Day 13 - Advent of Code 2024 with Common Lisp!
This one was easy with some middle-school algebra. The Hardest part was parsing the input.
https://adventofcode.com/2024/day/13
https://github.com/argentcorvid/AoC-2024/blob/main/day13.lisp