| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature: refactoring | Andrey Orst | 2020-10-25 | 1 | -3/+3 |
| | | |||||
| * | feature(core functions): Added more core functions | Andrey Orst | 2020-10-24 | 1 | -0/+1 |
| | | |||||
| * | remove limitation of different length with nils in arglist | Andrey Orst | 2020-10-24 | 1 | -2/+2 |
| | | |||||
| * | Changes | Andrey Orst | 2020-10-23 | 1 | -42/+53 |
| | | | | | | | | | | - 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 | ||||
| * | changes | Andrey Orst | 2020-10-22 | 1 | -4/+2 |
| | | | | | | | fix eq? for empty tables rewrite parts of the readme simplify functions rest and check-bindings | ||||
| * | implement into as a macro | Andrey Orst | 2020-10-22 | 1 | -1/+49 |
| | | |||||
| * | added more macros, and functions to the `core` modules | Andrey Orst | 2020-10-21 | 1 | -0/+56 |