Age | Commit message (Expand) | Author |
---|---|---|
2025-02-22 | Implement specific function generation functions for each threading macro | Aryadev Chavali |
2025-02-22 | Fix --> to not convert first argument, if it's a symbol, to a form. | Aryadev Chavali |
2025-02-21 | Add unit tests for lib.functions.remove-at-indices | Aryadev Chavali |
2025-02-21 | Add unit tests for lib.functions.rev-map | Aryadev Chavali |
2025-02-21 | Add unit tests for lib.functions.split | Aryadev Chavali |
2025-02-21 | Add unit tests for lib.functions.take | Aryadev Chavali |
2025-02-21 | Add unit tests for lib.functions.range | Aryadev Chavali |
2025-02-19 | Implement -<> operator for threading an argument through first parameter | Aryadev Chavali |
2025-02-15 | Rework `$` operator to take a capture variable | Aryadev Chavali |
2025-02-14 | Implement a function to remove specific indices from a list | Aryadev Chavali |
2025-02-14 | Split source code into different modules for cleanliness | Aryadev Chavali |