Age | Commit message (Expand) | Author |
---|---|---|
2025-02-14 | Rewrote --> to take a placeholder symbol as first argument | Aryadev Chavali |
2025-02-14 | Prefix all packages with `cantedraw` | Aryadev Chavali |
2025-02-14 | Use := instead of = so we're not re-interning a symbol in cl-loop | Aryadev Chavali |
2025-02-11 | Rework `$` operator to work like applicative in Haskell | Aryadev Chavali |
2025-02-11 | Macro (alist-val) to access the actual value of a key in an alist | Aryadev Chavali |
2025-02-11 | Implement `$` operator, second class version of the applicative operator | Aryadev Chavali |
2025-02-11 | functions -> forms in lib.macros | Aryadev Chavali |
2025-02-11 | Add type alias for function and macro for defining functions with type specifier | Aryadev Chavali |
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 |