aboutsummaryrefslogtreecommitdiffstats
path: root/l/src/macro.lisp
AgeCommit message (Collapse)Author
2021-01-31Convert `filter` from a function to a macroTeddy Wing
Doesn't make a big difference, just for fun. I like the idea of a compile-time version of this since it's essentially just renaming `remove-if-not`. Move it to a new file so we can include it before it's used in `main.lisp`.