aboutsummaryrefslogtreecommitdiff
path: root/lib.macros.lisp
AgeCommit message (Expand)Author
2025-02-14Rewrote --> to take a placeholder symbol as first argumentAryadev 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-11Rework `$` operator to work like applicative in HaskellAryadev Chavali
2025-02-11Macro (alist-val) to access the actual value of a key in an alistAryadev Chavali
2025-02-11Implement `$` operator, second class version of the applicative operatorAryadev Chavali
2025-02-11functions -> forms in lib.macrosAryadev Chavali
2025-02-11Add type alias for function and macro for defining functions with type specifierAryadev Chavali
2025-02-11Implement a `while' macro.Aryadev Chavali
2025-02-11Implement threading macros and make package lib.macros to hold them.Aryadev Chavali