| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(macros): do not insert arity error closure for functions with >= 0 arity | Andrey Orst | 2020-11-09 | 1 | -4/+5 |
| * | fix: use not= instead of Lua's ~= | Andrey Orst | 2020-11-09 | 1 | -2/+2 |
| * | feature(macros): add metadata macros, doc, and some tests | Andrey Orst | 2020-11-08 | 1 | -8/+10 |
| * | 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 |
| * | 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 |