Age | Commit message (Expand) | Author |
---|---|---|
2025-02-11 | Implement a "take" function to read subsequences of a list | 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 | Introduce lib.functions which includes helper functions | Aryadev Chavali |
2025-02-11 | Extract parsing logic from read-integers into parse-integers | Aryadev Chavali |
2025-02-11 | Re-implement all functions in main via fn macro. | 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 program that reads some integers then prints their sum | Aryadev Chavali |
2025-02-11 | Implement a `while' macro. | Aryadev Chavali |
2025-02-11 | Rewrite entrypoint to prompt for a name, then print it | Aryadev Chavali |
2025-02-11 | Implement threading macros and make package lib.macros to hold them. | Aryadev Chavali |
2025-02-11 | Initial commit. | Aryadev Chavali |