Age | Commit message (Expand) | Author |
---|---|---|
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 |