summaryrefslogtreecommitdiff
path: root/cljlib-macros.fnl
Commit message (Collapse)AuthorAgeFilesLines
* fix(core): refactoringAndrey Orst2020-11-131-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 comparisonAndrey Orst2020-11-131-10/+19
|
* fix(core): support string in intoAndrey Orst2020-11-121-10/+25
|
* fix(CI): overhaulAndrey Orst2020-11-121-82/+130
|
* feature(core): breaking change of project structureAndrey Orst2020-11-101-0/+535