Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-11 | Introduce lib.functions which includes helper functions | Aryadev 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. | |||
2025-02-11 | Implement threading macros and make package lib.macros to hold them. | Aryadev Chavali | |
2025-02-11 | Initial commit. | Aryadev Chavali | |
Setup boilerplate for system/package management. In particular, setup an entry-point and Shinmera's "deploy" to build executables. Also write some scripts to easily load or build the project without Emacs - just `sbcl --load <x>.lisp`. |