aboutsummaryrefslogtreecommitdiff
path: root/2022/puzzle-9.lisp
AgeCommit message (Collapse)Author
2023-10-18Finished round 1 of puzzle 9Aryadev Chavali
Pretty interesting, functional idioms kinda fail here as there are no nice functions I can think of for the single-knot-execute-line `dotimes` section. I could use tail recursion with an optimisation but this is pretty explicit. You can compare execute-lines to execute-line to see which type of iteration fits you.