| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature(core functions): Added more core functions | Andrey Orst | 2020-10-24 | 1 | -48/+139 |
| | | |||||
| * | add predicates for checking maps and seqs; add COC, and update doc | Andrey Orst | 2020-10-24 | 1 | -6/+19 |
| | | |||||
| * | more functions | Andrey Orst | 2020-10-24 | 1 | -29/+60 |
| | | |||||
| * | remove naming convention that doesn't matter anymore because of seq | Andrey Orst | 2020-10-24 | 1 | -37/+37 |
| | | |||||
| * | guard table insertions with when-some to prevent nils | Andrey Orst | 2020-10-24 | 1 | -9/+17 |
| | | |||||
| * | Changes | Andrey Orst | 2020-10-23 | 1 | -64/+59 |
| | | | | | | | | | | - 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 | -7/+7 |
| | | | | | | | 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 | -13/+0 |
| | | |||||
| * | add more functions and doc | Andrey Orst | 2020-10-21 | 1 | -4/+16 |
| | | |||||
| * | added more macros, and functions to the `core` modules | Andrey Orst | 2020-10-21 | 1 | -28/+91 |
| | | |||||
| * | replace reduce3 with arity call | Andrey Orst | 2020-10-21 | 1 | -8/+5 |
| | | |||||
| * | use fn* instead of fn | Andrey Orst | 2020-10-21 | 1 | -79/+80 |
| | | |||||
| * | initial commit | Andrey Orst | 2020-10-20 | 1 | -0/+163 |