Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-11 | Add type alias for function and macro for defining functions with type specifier | Aryadev Chavali | |
`fn' is a convenience macro for defining functions with a type specifier. Only really matters for `sbcl` and other hard-optimising Lisp interpreters which actually take these seriously. | |||
2025-02-11 | Implement a `while' macro. | Aryadev Chavali | |
2025-02-11 | Implement threading macros and make package lib.macros to hold them. | Aryadev Chavali | |