Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-18 | Finished round 1 of puzzle 9 | Aryadev 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. |