Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-30 | Update lib.lisp to be more imperative and include a threading macro | Aryadev Chavali | |
Instead of (f (g (h (j (k x))))) we can write (-> (k x) (j it) (h it) (g it) (f it)) which is works really well for particularly large and complicated expressions. | |||
2024-10-29 | Use every instead of all | Aryadev Chavali | |
2023-10-17 | Finished round 2 of puzzle-8 | Aryadev Chavali | |
2023-10-17 | Added all and remove-nth | Aryadev Chavali | |
Does what they say, all is the logical inverse to some. | |||
2023-10-17 | split-by->split-by-first, split-completely->split-by-completely | Aryadev Chavali | |
2023-10-17 | Version control lib.lisp | Aryadev Chavali | |