aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-07-10OverhaulmasterAryadev Chavali
2025-03-02Add a reverse argument sortAryadev Chavali
2025-02-22Implement specific function generation functions for each threading macroAryadev Chavali
2025-02-22Fix --> to not convert first argument, if it's a symbol, to a form.Aryadev Chavali
2025-02-21Add unit tests for lib.functions.remove-at-indicesAryadev Chavali
2025-02-21Add unit tests for lib.functions.rev-mapAryadev Chavali
2025-02-21Add unit tests for lib.functions.splitAryadev Chavali
2025-02-21Add unit tests for lib.functions.takeAryadev Chavali
2025-02-21Add unit tests for lib.functions.rangeAryadev Chavali
2025-02-19Implement -<> operator for threading an argument through first parameterAryadev Chavali
2025-02-15Rework `$` operator to take a capture variableAryadev Chavali
2025-02-14Implement a function to remove specific indices from a listAryadev Chavali
2025-02-14Split source code into different modules for cleanlinessAryadev Chavali