| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(core): refactoring | Andrey Orst | 2020-11-13 | 1 | -96/+107 |
| | | | | | | | | - 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 | ||||
| * | fix(core): improved deep comparison | Andrey Orst | 2020-11-13 | 1 | -10/+19 |
| | | |||||
| * | fix(core): support string in into | Andrey Orst | 2020-11-12 | 1 | -10/+25 |
| | | |||||
| * | fix(CI): overhaul | Andrey Orst | 2020-11-12 | 1 | -82/+130 |
| | | |||||
| * | feature(core): breaking change of project structure | Andrey Orst | 2020-11-10 | 1 | -0/+535 |