aboutsummaryrefslogtreecommitdiff
path: root/lib.functions.lisp
AgeCommit message (Collapse)Author
2025-02-11Introduce lib.functions which includes helper functionsAryadev Chavali
Splitting macros and functions into different packages and source code makes it easier to look at. Functions currently implemented: - range: like Python's range - parse-integer*: parse-integer but junk-allowed is set to t.