| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(core): use compile-time empty tables instead of function call | Andrey Orst | 2020-11-09 | 1 | -16/+16 |
| | | | | | | | | premature optimizations are the root of evil premature optimizations are the root of evil premature optimizations are the root of evil premature optimizations are the root of evil premature optimizations are the root of evil premature optimizations are the root of evil | ||||
| * | fix(core): add missing doc | Andrey Orst | 2020-11-09 | 1 | -1/+6 |
| | | |||||
| * | fix(core): rename plus to add, minus to sub | Andrey Orst | 2020-11-09 | 1 | -4/+4 |
| | | |||||
| * | fix: use not= instead of Lua's ~= | Andrey Orst | 2020-11-09 | 1 | -6/+7 |
| | | |||||
| * | fix(core): rename vec to vector | Andrey Orst | 2020-11-09 | 1 | -18/+18 |
| | | |||||
| * | feature(core): add hash-map function, and assoc meta to tables | Andrey Orst | 2020-11-08 | 1 | -4/+15 |
| | | |||||
| * | feature(core): add metadata based type inspection for tables, and empty macro | Andrey Orst | 2020-11-08 | 1 | -23/+38 |
| | | |||||
| * | feature(macros): add metadata macros, doc, and some tests | Andrey Orst | 2020-11-08 | 1 | -2/+2 |
| | | |||||
| * | 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 |