| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(core): revert fn* to defn change | Andrey Orst | 2020-11-13 | 1 | -62/+62 |
| | | |||||
| * | fix(core): refactoring | Andrey Orst | 2020-11-13 | 1 | -100/+93 |
| | | | | | | | | - Rename `fn*` to `defn`, `fn&` to `fn+`. - Do not use `fn+` in the core at all, provide it for convenience. - Fix bug in `filter` due to incorrect `cons` implementation. - Update `seq` and `eq` functions in macros | ||||
| * | feature(core): add memoize function | Andrey Orst | 2020-11-13 | 1 | -0/+19 |
| | | | | | TODO: Wonder how to test it... | ||||
| * | feature(core): remove macros from core (for loading with macros) | Andrey Orst | 2020-11-13 | 1 | -18/+14 |
| | | |||||
| * | fix(core): improved deep comparison | Andrey Orst | 2020-11-13 | 1 | -3/+27 |
| | | |||||
| * | feature(core): support strings in seq | Andrey Orst | 2020-11-12 | 1 | -12/+22 |
| | | |||||
| * | fix(CI): overhaul | Andrey Orst | 2020-11-12 | 1 | -8/+4 |
| | | |||||
| * | feature(core): breaking change of project structure | Andrey Orst | 2020-11-10 | 1 | -0/+594 |