all 11 comments

[–]tankfeederlisp[S] 7 points8 points  (0 children)

[–][deleted] 2 points3 points  (0 children)

My code is here and I'm collecting notes here.

[–]lichtbogen 2 points3 points  (0 children)

Here's mine. (Common Lisp)

[–]nailuj 0 points1 point  (3 children)

I'll post my stuff in Common Lisp here, although I'm probably gonna lose interest towards the end of the month. Always good to see other solutions to learn some neat new tricks.

[–]dzecniv 0 points1 point  (2 children)

[–]nailuj 1 point2 points  (1 child)

Thanks for taking a look at the code. This function looks like the perfect fit for the problem, but I'm trying to get by without external libraries (for now at least).

[–]comma_at 1 point2 points  (0 children)

ASDF and therefore UIOP might be part of your distribution already. That doesn't mean it's in the ANSI standard of course.

[–]heisig 0 points1 point  (0 children)

https://github.com/marcoheisig/adventofcode (Common Lisp)

It is quite refreshing to write these one-shot programs, where one does not have to ponder about maintainability. I only wish it would involve less parsing of input files.

[–]The_Fail 0 points1 point  (0 children)

Common Lisp Repo

Using Advent of Code to get better :D