summaryrefslogtreecommitdiff
path: root/cljlib.fnl
Commit message (Collapse)AuthorAgeFilesLines
* feature(core): implement `reduced`Andrey Orst2020-11-151-10/+29
|
* fix(core): rename seq? to vector?Andrey Orst2020-11-151-1/+1
|
* Feature(doc): upload autogenerated documentation.Andrey Orst2020-11-141-79/+78
|
* fix(core): contain valid markdown in docsAndrey Orst2020-11-141-52/+57
|
* fix(core): revert fn* to defn changeAndrey Orst2020-11-131-62/+62
|
* fix(core): refactoringAndrey Orst2020-11-131-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 functionAndrey Orst2020-11-131-0/+19
| | | | TODO: Wonder how to test it...
* feature(core): remove macros from core (for loading with macros)Andrey Orst2020-11-131-18/+14
|
* fix(core): improved deep comparisonAndrey Orst2020-11-131-3/+27
|
* feature(core): support strings in seqAndrey Orst2020-11-121-12/+22
|
* fix(CI): overhaulAndrey Orst2020-11-121-8/+4
|
* feature(core): breaking change of project structureAndrey Orst2020-11-101-0/+594