aboutsummaryrefslogtreecommitdiff
path: root/lib/macros.lisp
AgeCommit message (Collapse)Author
2025-02-19Implement -<> operator for threading an argument through first parameterAryadev Chavali
2025-02-15Rework `$` operator to take a capture variableAryadev Chavali
In case operators require use of a variable, we should let the caller provide the symbol so we don't fall into weird package issues.
2025-02-14Split source code into different modules for cleanlinessAryadev Chavali