| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature(core): more multimethod related functions | Andrey Orst | 2020-11-02 | 1 | -1/+3 |
| | | |||||
| * | feature(core): implement auto namespacing for fn* and create fn& | Andrey Orst | 2020-10-27 | 1 | -0/+1 |
| | | | | | Redefining everything in terms of fn* and fn* breaks coverage.sh | ||||
| * | fix(misc): fix indentation rules | Andrey Orst | 2020-10-26 | 1 | -1/+2 |
| | | |||||
| * | Changes | Andrey Orst | 2020-10-23 | 1 | -1/+2 |
| | | | | | | | | | | - add runtime check to into - add sort of a test framework - remove mapkv in favor of generalized mapv that works both for sequences and tables - add more tests - update doc | ||||
| * | more indentation specs | Andrey Orst | 2020-10-21 | 1 | -1/+5 |
| | | |||||
| * | implement Clojure's defn | Andrey Orst | 2020-10-21 | 1 | -0/+4 |