| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(core): reorder docstring and arglist for fin& definitions | Andrey Orst | 2020-11-05 | 1 | -30/+65 |
| | | |||||
| * | feature(core): add math and comparison functions | Andrey Orst | 2020-11-02 | 1 | -10/+87 |
| | | |||||
| * | fix(core): optimize some doublework places | Andrey Orst | 2020-11-02 | 1 | -6/+6 |
| | | |||||
| * | feature(core): more multimethod related functions | Andrey Orst | 2020-11-02 | 1 | -0/+25 |
| | | |||||
| * | fix(core): more robust version of concat | Andrey Orst | 2020-11-01 | 1 | -2/+6 |
| | | |||||
| * | fix: no need to prefix private fns with - | Andrey Orst | 2020-10-31 | 1 | -24/+22 |
| | | |||||
| * | fix(core): add docstrings and improve tests | Andrey Orst | 2020-10-30 | 1 | -2/+2 |
| | | | | | Also add editorconfig script | ||||
| * | fix: fix get-in function and tests | Andrey Orst | 2020-10-29 | 1 | -5/+9 |
| | | |||||
| * | feature: functions to access table values | Andrey Orst | 2020-10-29 | 1 | -0/+20 |
| | | |||||
| * | feature(code): greatly improve code coverage | Andrey Orst | 2020-10-28 | 1 | -16/+14 |
| | | |||||
| * | fix: dirty fix for coverage script | Andrey Orst | 2020-10-28 | 1 | -2/+2 |
| | | |||||
| * | feature(core): implement auto namespacing for fn* and create fn& | Andrey Orst | 2020-10-27 | 1 | -93/+87 |
| | | | | | Redefining everything in terms of fn* and fn* breaks coverage.sh | ||||
| * | feature(core): add assoc function & test | Andrey Orst | 2020-10-26 | 1 | -1/+16 |
| | | |||||
| * | feature: refactoring | Andrey Orst | 2020-10-26 | 1 | -42/+47 |
| | | | | | | make some functions private (for coverage.sh) Separate tests into one test per function (for coverage.sh) | ||||
| * | feature: refactoring | Andrey Orst | 2020-10-25 | 1 | -104/+131 |
| | | |||||
| * | 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 |