aboutsummaryrefslogtreecommitdiff
path: root/lib.functions.lisp
AgeCommit message (Expand)Author
2025-02-14Split source code into different modules for cleanlinessAryadev Chavali
2025-02-14Prefix all packages with `cantedraw`Aryadev Chavali
2025-02-14Use := instead of = so we're not re-interning a symbol in cl-loopAryadev Chavali
2025-02-11Move parse-integer*Aryadev Chavali
2025-02-11Rework rev-map to use ->> and to make LIST `cdrs` rather than CONSAryadev Chavali
2025-02-11rev-map functionAryadev Chavali
2025-02-11Implement `split` function.Aryadev Chavali
2025-02-11Implement a "take" function to read subsequences of a listAryadev Chavali
2025-02-11Introduce lib.functions which includes helper functionsAryadev Chavali