| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature(macros): inject metadata into definitions | Andrey Orst | 2020-11-05 | 1 | -19/+34 |
| | | |||||
| * | feature: do not gen error handling if existing arities cover all variants | Andrey Orst | 2020-10-30 | 1 | -4/+30 |
| | | |||||
| * | feature(core): implement auto namespacing for fn* and create fn& | Andrey Orst | 2020-10-27 | 1 | -9/+65 |
| | | | | | Redefining everything in terms of fn* and fn* breaks coverage.sh | ||||
| * | feature: refactoring | Andrey Orst | 2020-10-25 | 1 | -3/+3 |
| | | |||||
| * | remove limitation of different length with nils in arglist | Andrey Orst | 2020-10-24 | 1 | -2/+2 |
| | | |||||
| * | added more macros, and functions to the `core` modules | Andrey Orst | 2020-10-21 | 1 | -41/+115 |
| | | |||||
| * | add some additional checks and docstrings for fn* | Andrey Orst | 2020-10-21 | 1 | -50/+71 |
| | | |||||
| * | implement Clojure's defn | Andrey Orst | 2020-10-21 | 1 | -0/+84 |